X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fblame-options.txt;h=16e3c685762a311eda1bbc39adb8ab19e000ec97;hb=2caa321503cbb6dfd3867d5befe615ae541a77b3;hp=d8205691c6ff85dcbbe5f064463d4671ec10125e;hpb=6e10b9c9999cbbdfae1087a34efd701108acd806;p=git.git diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index d8205691c..16e3c6857 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -90,9 +90,9 @@ of lines before or after the line given by . running extra passes of inspection. + is optional but it is the lower bound on the number of -alphanumeric characters that git must detect as moving +alphanumeric characters that git must detect as moving/copying within a file for it to associate those lines with the parent -commit. +commit. The default value is 20. -C||:: In addition to `-M`, detect lines moved or copied from other @@ -105,9 +105,11 @@ commit. looks for copies from other files in any commit. + is optional but it is the lower bound on the number of -alphanumeric characters that git must detect as moving +alphanumeric characters that git must detect as moving/copying between files for it to associate those lines with the parent -commit. +commit. And the default value is 40. If there are more than one +`-C` options given, the argument of the last `-C` will +take effect. -h:: --help::