Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ft/diff-rename-default-score-is-half'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Jul 2013 19:04:12 +0000
(12:04 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Jul 2013 19:04:13 +0000
(12:04 -0700)
* ft/diff-rename-default-score-is-half:
diff-options: document default similarity index
Documentation/diff-options.txt
patch
|
blob
|
history
raw
(from parent 1:
f1e0352
)
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index 19f78a7d5cca0c4a08681605d31a57158a869298..87e92d6537a097a172d37b5893dd4c8c092a2368 100644
(file)
--- 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>]::