verify_lock(): on errors, let the caller unlock the lock
commitf41d6329704a8c3f7286f52c3589d381ac0bc79d
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 22 May 2015 23:34:54 +0000 (23 01:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 19:40:29 +0000 (27 12:40 -0700)
treeab8770db2bdc1bddd6549f97f5c7da7ee925ab4f
parenta5e2499e5421c88ec2403087597613d60b8f3077
verify_lock(): on errors, let the caller unlock the lock

The caller already knows how to do it, so always do it in the same
place.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c