Re: [PATCHv3 2/2] rebase [-i --exec | -ix] <CMD>...
From: <hidden>
Date: 2016-06-15 22:54:01
Torsten Bögershausen [off-list ref] a écrit :
On 08.06.12 16:53, Lucien Kong wrote:quoted
This patch provides a way to automatically add these "exec" lines between each commit applications. For instance, running 'git rebase -i --exec "make test"' lets you check that intermediate commits are compilable. It is also compatible with the option --autosquash. At this point, you can't use --exec without the interactive mode (-i). Tests about this new command are also added in t3404-rebase-interactive.sh.quoted
Should now work on MacOS.Hej, I'm not sure on which commit to apply the patch. (may be we shoud improve git format-patch to tell us the original commit ID), but if I remove the non applying part, it looks like this:
Which part does not apply ? If you skip the part that's implementing the exec option, of course Git will not recognize it.