"Sitaram Chamarty" <sitaramc@xxxxxxxxx> writes: > On Fri, May 2, 2008 at 2:09 AM, Teemu Likonen <tlikonen@xxxxxx> wrote: > >> -M" didn't detect the rename but "git diff -M4" did. To me it looks like >> this works nicely, better than I expected, actually. > > err... I didn't realise -M had an option, and I just double checked > the man pages for diff, diff-files, diff-index, and diff-tree. What > does the 4 mean? The option to -M<num>, -C<num>, -B<num>/<num> are "raise or lower the similarity threshold to <num> / 10^N" where N is the number of digits in <num>. IOW, you will always be expressing number between 0 and 1. You should also be able to say -M40% but that is an ancient part of the code base so I might be misremembering things. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html