sequencer (rebase -i): leave a patch upon error
authorJohannes Schindelin <redacted>
Mon, 2 Jan 2017 15:27:57 +0000 (16:27 +0100)
committerJunio C Hamano <redacted>
Mon, 9 Jan 2017 22:57:30 +0000 (14:57 -0800)
commit4a5146f9d2f739803b8fde643e02c2a9474fb0e8
tree1f1f2a5b3d82af0aa0f583aeb6ce355a3d42b0f6
parent4b83ce9f6772451d4582dc1f0891790acbdf4eb1
sequencer (rebase -i): leave a patch upon error

When doing an 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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
git clone https://git.99rst.org/PROJECT