Re: [PATCH] Fix infinite loop when deleting multiple packed refs.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:47
"Shawn O. Pearce" [off-list ref] writes:
Fixed. ;-)
Junio, this applies to master, but hopefully could also apply to
maint, as the bug also shows up there.
I see a few instances of single static lock_file variable in our
code, but all of them seem to be locking the index and only
once, so they should be safe.
Thanks.