Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:52:19
Him
On Wed, 26 Oct 2011, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
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.
Those tests do not fail here, so I did not investigate.
Ciao,
Johannes