Merge branch 'rv/grep-cleanup' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:24 +0000 (12:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:24 +0000 (12:18 -0800)
Threaded "git grep" has been optimized to avoid allocation in code
section that is covered under a mutex.

* rv/grep-cleanup:
grep: simplify grep_oid and grep_file
grep: move grep_source_init outside critical section

1  2 
builtin/grep.c
diff --cc builtin/grep.c
Simple merge