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>.
9090 running extra passes of inspection.
9191+
9292<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
9494within a file for it to associate those lines with the parent
95- commit.
95+ commit. The default value is 20.
9696
9797-C|<num>|::
9898 In addition to `-M`, detect lines moved or copied from other
@@ -105,9 +105,11 @@ commit.
105105 looks for copies from other files in any commit.
106106+
107107<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
109109between 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.
111113
112114-h::
113115--help::
You can’t perform that action at this time.
0 commit comments