Skip to content

Commit ba5831f

Browse files
committed
Merge branch 'ft/diff-rename-default-score-is-half' into maint
* ft/diff-rename-default-score-is-half: diff-options: document default similarity index
2 parents 069dba2 + 8240943 commit ba5831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/diff-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ endif::git-log[]
333333
a fraction, with a decimal point before it. I.e., `-M5` becomes
334334
0.5, and is thus the same as `-M50%`. Similarly, `-M05` is
335335
the same as `-M5%`. To limit detection to exact renames, use
336-
`-M100%`.
336+
`-M100%`. The default similarity index is 50%.
337337

338338
-C[<n>]::
339339
--find-copies[=<n>]::

0 commit comments

Comments
 (0)