···9090 running extra passes of inspection.
9191+
9292<num> is optional but it is the lower bound on the number of
9393-alphanumeric characters that git must detect as moving
9393+alphanumeric characters that git must detect as moving/copying
9494within a file for it to associate those lines with the parent
9595-commit.
9595+commit. The default value is 20.
96969797-C|<num>|::
9898 In addition to `-M`, detect lines moved or copied from other
···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
108108-alphanumeric characters that git must detect as moving
108108+alphanumeric characters that git must detect as moving/copying
109109between files for it to associate those lines with the parent
110110-commit.
110110+commit. And the default value is 40. If there are more than one
111111+`-C` options given, the <num> argument of the last `-C` will
112112+take effect.
111113112114-h::
113115--help::