From: Johannes Schindelin Date: Fri, 9 Sep 2016 14:38:20 +0000 (+0200) Subject: sequencer: ensure to release the lock when we could not read the index X-Git-Tag: v2.11.0-rc0~147^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/49fb937e9a082b3bdecd85f1c539a1e1683e1a3d?hp=49fb937e9a082b3bdecd85f1c539a1e1683e1a3d sequencer: ensure to release the lock when we could not read the index A future caller of read_and_refresh_cache() may want to do more than just print some helpful advice in case of failure. Suggested by Junio Hamano. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---