From: Fraser Tweedale Date: Fri, 5 Jul 2013 08:42:17 +0000 (+1000) Subject: diff-options: document default similarity index X-Git-Tag: v1.8.3.4~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8240943bd75f1f19a40a0d4634afcab2eadd23d9;p=thirdparty%2Fgit.git diff-options: document default similarity index The default similarity index of 50% is documented in gitdiffcore(7) but it is worth also mentioning it in the description of the -M/--find-renames option. Signed-off-by: Fraser Tweedale Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 39f2c5074c..5a2cae3ddb 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -313,7 +313,7 @@ endif::git-log[] a fraction, with a decimal point before it. I.e., `-M5` becomes 0.5, and is thus the same as `-M50%`. Similarly, `-M05` is the same as `-M5%`. To limit detection to exact renames, use - `-M100%`. + `-M100%`. The default similarity index is 50%. -C[]:: --find-copies[=]::