On Thu, Nov 11, 2010 at 11:47:04AM +0100, Thomas Rast wrote: > Yann Dirson wrote: > > Rationale: this is both shorter to spell and consistent with > > --find-copies-harder. > [...] > > -M[<n>]:: > > ---detect-renames[=<n>]:: > > +--find-renames[=<n>]:: > > Umm. The reasoning seems ok for me, but the farthest you can go is > deprecating the options. Removing them as in > > > - else if (!prefixcmp(arg, "-M") || !prefixcmp(arg, "--detect-renames=") || > > - !strcmp(arg, "--detect-renames")) { > > + else if (!prefixcmp(arg, "-M") || !prefixcmp(arg, "--find-renames=") || > > + !strcmp(arg, "--find-renames")) { > > would break backwards compatibility. I don't think we care with compatibility here, since those are not part of any release. -- Yann -- 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