Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-12 23:04:12 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-12 23:04:13 +0400
commit6492deafdd895cbf19034211dceeddce0337669c (patch)
treeacef7e20ae5efaa403296ddee42ed7403a822f02 /Documentation/diff-options.txt
parentf1e03522dde7d99d601fbef72cd896f942bd2f5b (diff)
parent8240943bd75f1f19a40a0d4634afcab2eadd23d9 (diff)
Merge branch 'ft/diff-rename-default-score-is-half'
* ft/diff-rename-default-score-is-half: diff-options: document default similarity index
Diffstat (limited to 'Documentation/diff-options.txt')
-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 19f78a7d5c..87e92d6537 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>]::