From: Phillip Wood Date: Tue, 14 May 2019 18:03:48 +0000 (+0100) Subject: sequencer: return errors from sequencer_remove_state() X-Git-Tag: v2.23.0-rc0~74^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/37e9ee5cb90db0831d5d58bed82149ba67917d73?hp=37e9ee5cb90db0831d5d58bed82149ba67917d73 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 Signed-off-by: Junio C Hamano ---