diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:08 -0800 |
commit | af4027f2decece569e7a565e592ca69677c27996 (patch) | |
tree | 9143aee8a347ecc0c40af6910febf94a46ada373 | |
parent | cc24d7d21f4fe034b9559dcfd669d9639b9d52a4 (diff) | |
parent | 2b35a9f4c7bd60b26fbadab7343a7f29f1cbe964 (diff) | |
download | git-af4027f2decece569e7a565e592ca69677c27996.tar.gz |
Merge branch 'bc/blame-doc-fix'
Doc update.
* bc/blame-doc-fix:
Documentation: use brackets for optional arguments
-rw-r--r-- | Documentation/blame-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 2669b87c9d..dc41957afa 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -77,7 +77,7 @@ include::line-range-format.txt[] terminal. Can't use `--progress` together with `--porcelain` or `--incremental`. --M|<num>|:: +-M[<num>]:: Detect moved or copied lines within a file. When a commit moves or copies a block of lines (e.g. the original file has A and then B, and the commit changes it to B and then @@ -93,7 +93,7 @@ alphanumeric characters that Git must detect as moving/copying within a file for it to associate those lines with the parent commit. The default value is 20. --C|<num>|:: +-C[<num>]:: In addition to `-M`, detect lines moved or copied from other files that were modified in the same commit. This is useful when you reorganize your program and move code |