Skip to content

Commit

Permalink
Sync with 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed Dec 18, 2012
2 parents 2e90029 + 8e8c881 commit b7cd0c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,11 @@ endif::git-log[]
index (i.e. amount of addition/deletions compared to the
file's size). For example, `-M90%` means git should consider a
delete/add pair to be a rename if more than 90% of the file
hasn't changed.
hasn't changed. Without a `%` sign, the number is to be read as
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%`.

-C[<n>]::
--find-copies[=<n>]::
Expand Down

0 comments on commit b7cd0c9

Please sign in to comment.