Andreas Krey wrote:
On Tue, 21 Mar 2017 13:33:35 +0000, Jeff King wrote:
quoted
Probably "format-patch | sed | am -3" is your best bet if you want to
modify the patches in transit _and_ have the user just use normal git
tools.
Except that 'git am' doesn't have --no-commit like cherry-pick does. :-(
It's always something. (Perhaps I'm instead going to rewrite the commit
before cherry-picking it.)
'git apply --index' can do that. I agree that it would be sensible
for 'git am' to grow a --no-commit option to do that.
Thanks and hope that helps,
Jonathan