File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ of lines before or after the line given by <start>.
90
90
running extra passes of inspection.
91
91
+
92
92
<num> is optional but it is the lower bound on the number of
93
- alphanumeric characters that git must detect as moving
93
+ alphanumeric characters that git must detect as moving/copying
94
94
within a file for it to associate those lines with the parent
95
- commit.
95
+ commit. The default value is 20.
96
96
97
97
-C|<num>|::
98
98
In addition to `-M`, detect lines moved or copied from other
@@ -105,9 +105,11 @@ commit.
105
105
looks for copies from other files in any commit.
106
106
+
107
107
<num> is optional but it is the lower bound on the number of
108
- alphanumeric characters that git must detect as moving
108
+ alphanumeric characters that git must detect as moving/copying
109
109
between files for it to associate those lines with the parent
110
- commit.
110
+ commit. And the default value is 40. If there are more than one
111
+ `-C` options given, the <num> argument of the last `-C` will
112
+ take effect.
111
113
112
114
-h::
113
115
--help::
You can’t perform that action at this time.
0 commit comments