Merge branch 'vl/grep-configurable-threads'
authorJunio C Hamano <redacted>
Tue, 12 Jan 2016 23:16:55 +0000 (15:16 -0800)
committerJunio C Hamano <redacted>
Tue, 12 Jan 2016 23:16:55 +0000 (15:16 -0800)
"git grep" can now be configured (or told from the command line)
how many threads to use when searching in the working tree files.

* vl/grep-configurable-threads:
  grep: add --threads=<num> option and grep.threads configuration
  grep: slight refactoring to the code that disables threading
  grep: allow threading even on a single-core machine

1  2 
Documentation/config.txt
builtin/grep.c
contrib/completion/git-completion.bash

Simple merge
diff --cc builtin/grep.c
Simple merge
git clone https://git.99rst.org/PROJECT