We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e90029 + 8e8c881 commit b7cd0c9Copy full SHA for b7cd0c9
Documentation/diff-options.txt
@@ -309,7 +309,11 @@ endif::git-log[]
309
index (i.e. amount of addition/deletions compared to the
310
file's size). For example, `-M90%` means git should consider a
311
delete/add pair to be a rename if more than 90% of the file
312
- hasn't changed.
+ hasn't changed. Without a `%` sign, the number is to be read as
313
+ a fraction, with a decimal point before it. I.e., `-M5` becomes
314
+ 0.5, and is thus the same as `-M50%`. Similarly, `-M05` is
315
+ the same as `-M5%`. To limit detection to exact renames, use
316
+ `-M100%`.
317
318
-C[<n>]::
319
--find-copies[=<n>]::
0 commit comments