summaryrefslogtreecommitdiffstats
path: root/blame-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-24 11:02:55 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-24 11:02:55 -0800
commitfa0dac3fc7e469b539896aae52323ed08805a46c (patch)
tree9f6b7ddc9180aaaabc49efe0f9df36086b00f3a5 /blame-options.txt
parentf8404283984d49f099c5458383dedc023886f4bd (diff)
downloadgit-htmldocs-fa0dac3fc7e469b539896aae52323ed08805a46c.tar.gz
Autogenerated HTML docs for v2.12.0
Diffstat (limited to 'blame-options.txt')
-rw-r--r--blame-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/blame-options.txt b/blame-options.txt
index 2669b87c9..dc41957af 100644
--- a/blame-options.txt
+++ b/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