]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: return errors from sequencer_remove_state()
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 14 May 2019 18:03:48 +0000 (19:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2019 01:59:33 +0000 (10:59 +0900)
commit37e9ee5cb90db0831d5d58bed82149ba67917d73
tree5febc3d21135075419148e202547afcd361651bf
parentd3fce47d2df868287de1a15d769e78db2c3283a9
sequencer: return errors from sequencer_remove_state()

If there is an error when removing the state directory then we should
report it. This matches what the non-interactive rebase does.

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