On Nov 10, 2010, at 12:27 PM, Yann Dirson wrote: > -M[<n>]:: > ---detect-renames[=<n>]:: > +--find-renames[=<n>]:: > ifndef::git-log[] > Detect renames. > endif::git-log[] > @@ -246,7 +246,7 @@ endif::git-log[] > hasn't changed. > > -C[<n>]:: > ---detect-copies[=<n>]:: > +--find-copies[=<n>]:: > Detect copies as well as renames. See also `--find-copies-harder`. > If `n` is specified, it has the same meaning as for `-M<n>`. I'm not sure I like the wording --find-copies and --find-renames. Maybe I'm just being silly, but it sounds like those are directives, saying "I want you to find copies/renames", as opposed to just saying "while you're working you should also detect copies/renames". The original flag --find-copies-harder is a bit different, because it's modifying the action of finding copies rather than making finding copies the prime directive. On the other hand, --detect-copies and --detect-renames sounds to me like you're just telling it that it should, well, detect copies/renames as it goes about its business. -Kevin Ballard -- 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