diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-15 18:34:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-16 19:19:05 -0800 |
commit | 5f02d31597df35ca98e9080e12bfbb18dadadcbe (patch) | |
tree | 92dfdf56c3d4fcf08cc5e4568ea57aa28322fdb6 /t/t4013/diff.whatchanged_--root_master | |
parent | Merge branch 'maint-1.6.6' into maint (diff) | |
download | tgif-5f02d31597df35ca98e9080e12bfbb18dadadcbe.tar.xz |
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@pobox.com>
Acked-by: Fredrik Kuivinen <frekui@gmail.com>
Diffstat (limited to 't/t4013/diff.whatchanged_--root_master')
0 files changed, 0 insertions, 0 deletions