]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer.c: save and restore cleanup mode
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 10:23:29 +0000 (11:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 03:05:28 +0000 (12:05 +0900)
commitdc42e9a83a9e9206566b6bc9b57f431b98682b29
treec650fa02e5fd7c3294cc66e3ce1ac6f7ab31955a
parent1055997e2fc707a15baf232df2ac481055c14321
sequencer.c: save and restore cleanup mode

If the user specifies an explicit cleanup mode then save and restore it
so that it is preserved by 'git cherry-pick --continue'.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c