From: Bo Yang Date: Fri, 7 May 2010 04:51:57 +0000 (-0700) Subject: blame-options.txt: Add default value for `-M/-C` options. X-Git-Tag: v1.7.2-rc0~102^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=509de65f3b033838357b82d8ebc0ed73445a4fc5;p=thirdparty%2Fgit.git blame-options.txt: Add default value for `-M/-C` options. Both `-M` and `-C` have default values and the argument the last `-C` option takes effect. Signed-off-by: Bo Yang Signed-off-by: Junio C Hamano --- diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index d8205691c6..16e3c68576 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::