On Tue, Feb 16, 2010 at 03:59:43PM -0800, Junio C Hamano wrote: > -- >8 -- > Subject: Fix use of mutex in threaded grep > > The program can decide at runtime not to use threading even if the support > is compiled in. In such a case, mutexes are not necessary and left > uninitialized. But the code incorrectly tried to take and release the > read_sha1_mutex unconditionally. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > Acked-by: Fredrik Kuivinen <frekui@xxxxxxxxx> Just to be sure I just tested this one as well. If you like you can add a: Tested-by: Heiko Voigt <hvoigt@xxxxxxxxxx> cheers Heiko -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html