On 09/01/2013 02:08 AM, Junio C Hamano wrote:
Brad King [off-list ref] writes:
quoted
static struct ref_lock *lock;
Not the fault of this patch, as the original update_ref() had it
this way, but it is not necessary to keep the value of this variable
across invocations. Let's drop "static" from here, and also the
corresponding variable in the new update_ref().
Fixed in next revision.
Thanks,
-Brad