Re: [PATCH] builtin-merge: release the lockfile in try_merge_strategy()
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:19
Miklos Vajna [off-list ref] writes:
Once we committed the locked index, we should release the lockfile. In
most cases this is done automatically when the process ends, but this is
not true in this case.