]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rv/grep-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:25 +0000 (12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:25 +0000 (12:36 -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