Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:19
Johannes Schindelin [off-list ref] writes:
Rather nasty things happen when a mutex is not initialized but locked
nevertheless. Now, when we're not running in a threaded manner, the mutex
is not initialized, which is correct.
Thanks; I wonder why pack-objects does not have the same issue, though.