File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ include::line-range-format.txt[]
77
77
terminal. Can't use `--progress` together with `--porcelain`
78
78
or `--incremental`.
79
79
80
- -M| <num>| ::
80
+ -M[ <num>] ::
81
81
Detect moved or copied lines within a file. When a commit
82
82
moves or copies a block of lines (e.g. the original file
83
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
93
within a file for it to associate those lines with the parent
94
94
commit. The default value is 20.
95
95
96
- -C| <num>| ::
96
+ -C[ <num>] ::
97
97
In addition to `-M`, detect lines moved or copied from other
98
98
files that were modified in the same commit. This is
99
99
useful when you reorganize your program and move code
You can’t perform that action at this time.
0 commit comments