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.
1 parent bdd478d commit 31d66aaCopy full SHA for 31d66aa
Documentation/diff-options.txt
@@ -308,7 +308,11 @@ endif::git-log[]
308
index (i.e. amount of addition/deletions compared to the
309
file's size). For example, `-M90%` means git should consider a
310
delete/add pair to be a rename if more than 90% of the file
311
- hasn't changed.
+ hasn't changed. Without a `%` sign, the number is to be read as
312
+ a fraction, with a decimal point before it. I.e., `-M5` becomes
313
+ 0.5, and is thus the same as `-M50%`. Similarly, `-M05` is
314
+ the same as `-M5%`. To limit detection to exact renames, use
315
+ `-M100%`.
316
317
-C[<n>]::
318
--find-copies[=<n>]::
0 commit comments