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:
authorFraser Tweedale <frase@frase.id.au>2013-07-05 12:42:17 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-06 10:14:37 +0400
commit8240943bd75f1f19a40a0d4634afcab2eadd23d9 (patch)
treecb0c75620791d632313581a90661e72f7c74af73 /Documentation/diff-options.txt
parent5d417842efeafb6e109db7574196901c4e95d273 (diff)
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 <frase@frase.id.au> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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[<n>]::
--find-copies[=<n>]::