Merge branch 'ft/diff-rename-default-score-is-half' into maint

* ft/diff-rename-default-score-is-half:
  diff-options: document default similarity index
This commit is contained in:
Junio C Hamano 2013-07-19 10:43:05 -07:00
Родитель 069dba2a09 8240943bd7
Коммит ba5831fdae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>]::