summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-19 10:43:05 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-19 10:43:05 -0700
commitba5831fdae3d8c87ddeed9f78f2a9ff5d0a60b62 (patch)
treefc0171e307e9a57b0aa0fc7ff01809d0ef9909e3
parent069dba2a09cd9a3959194c871f475391b0960844 (diff)
parent8240943bd75f1f19a40a0d4634afcab2eadd23d9 (diff)
downloadgit-ba5831fdae3d8c87ddeed9f78f2a9ff5d0a60b62.tar.gz
Merge branch 'ft/diff-rename-default-score-is-half' into maint
* ft/diff-rename-default-score-is-half: diff-options: document default similarity index
-rw-r--r--Documentation/diff-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index a85288f23e..d6e4db49ef 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -333,7 +333,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[<n>]::
--find-copies[=<n>]::