We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc24d7d + 2b35a9f commit af4027fCopy full SHA for af4027f
1 file changed
Documentation/blame-options.txt
@@ -77,7 +77,7 @@ include::line-range-format.txt[]
77
terminal. Can't use `--progress` together with `--porcelain`
78
or `--incremental`.
79
80
--M|<num>|::
+-M[<num>]::
81
Detect moved or copied lines within a file. When a commit
82
moves or copies a block of lines (e.g. the original file
83
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
93
within a file for it to associate those lines with the parent
94
commit. The default value is 20.
95
96
--C|<num>|::
+-C[<num>]::
97
In addition to `-M`, detect lines moved or copied from other
98
files that were modified in the same commit. This is
99
useful when you reorganize your program and move code
0 commit comments