On Fri, Apr 10, 2015 at 08:38:55PM +1000, Michael Ellerman wrote: > BUT, I can't work out how to tell git-send-email I *always* want to pass -M, so > I'll probably forget next time :) In your config: -- [diff] renames = true -- but this will do it for all diffs, not just for format-patch. Segher