Git fork

Merge branch 'by/blame-doc-m-c'

* by/blame-doc-m-c:
blame-options.txt: Add default value for `-M/-C` options.

+6 -4
+6 -4
Documentation/blame-options.txt
··· 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 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::