]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: roll back lock file if write_message() failed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 21 Oct 2016 12:26:00 +0000 (14:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2016 16:32:35 +0000 (09:32 -0700)
commit4f66c837972a69cc3520e3f7205f44e8833b941a
tree225a3ef39354a88243fef2c58d957d3f6a2491c9
parent452202c74b8af68de054d30643dd74d8fc606d62
sequencer: roll back lock file if write_message() failed

There is no need to wait until the atexit() handler kicks in at the end.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c