On Tue, Nov 10, 2015 at 09:16:06AM -0800, Ben Widawsky wrote: > On Tue, Nov 10, 2015 at 04:37:09PM +0000, Emil Velikov wrote: > > Hi Ben, > > > > Please feed these through -M so that git can detect the code movement. > > Otherwise people start running away :P > > What does -M do? I am not seeing such a flag in any of the relevant git > subcommands (add, rm, commit, mv). I thought git detects moves automatically, > which is what it sounds like you're getting at. >
-M is for git format patch (and by extension git send email), it tells git send email to look for renames. by default this is set to 50%, there is also -C which detects copies. Strangely, git does detect moves, but git format patch does not by default. [snip]
signature.asc
Description: PGP signature
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
