Re: [PATCH 15/34] sequencer (rebase -i): leave a patch upon error

2016-09-01 Thread Johannes Schindelin
Hi Dennis, On Wed, 31 Aug 2016, Dennis Kaarsemaker wrote: > On wo, 2016-08-31 at 10:55 +0200, Johannes Schindelin wrote: > > Just like the interactive rebase, we want to leave a 'patch' file for > > further inspection by the user (even if we never tried to actually apply > > that patch, since

Re: [PATCH 15/34] sequencer (rebase -i): leave a patch upon error

2016-08-31 Thread Dennis Kaarsemaker
On wo, 2016-08-31 at 10:55 +0200, Johannes Schindelin wrote: > Just like the interactive rebase, we want to leave a 'patch' file for > further inspection by the user (even if we never tried to actually apply > that patch, since we're cherry-picking instead). > > Signed-off-by: Johannes Schindelin

[PATCH 15/34] sequencer (rebase -i): leave a patch upon error

2016-08-31 Thread Johannes Schindelin
Just like the interactive rebase, we want to leave a 'patch' file for further inspection by the user (even if we never tried to actually apply that patch, since we're cherry-picking instead). Signed-off-by: Johannes Schindelin --- sequencer.c | 3 +++ 1 file changed,