Skip to content

Commit

Permalink
Merge branch 'ft/diff-rename-default-score-is-half'
Browse files Browse the repository at this point in the history
* ft/diff-rename-default-score-is-half:
  diff-options: document default similarity index
  • Loading branch information
Junio C Hamano committed Jul 12, 2013
2 parents f1e0352 + 8240943 commit 6492dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>]::
Expand Down

0 comments on commit 6492dea

Please sign in to comment.