diff options
author | Victor Leschuk <vleschuk@gmail.com> | 2015-12-15 18:31:39 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-16 12:03:23 -0800 |
commit | 89f09dd34e613394c749f69ddd74adc90cb034ca (patch) | |
tree | 3c471629f10a2ee95fde7ebbb165ac5466d0cf6a /Documentation/config.txt | |
parent | grep: slight refactoring to the code that disables threading (diff) | |
download | tgif-89f09dd34e613394c749f69ddd74adc90cb034ca.tar.xz |
grep: add --threads=<num> option and grep.threads configuration
"git grep" can now be configured (or told from the command line) how
many threads to use when searching in the working tree files.
Signed-off-by: Victor Leschuk <vleschuk@accesssoftek.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 391a0c3c85..ff2179901e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1447,6 +1447,10 @@ grep.extendedRegexp:: option is ignored when the 'grep.patternType' option is set to a value other than 'default'. +grep.threads:: + Number of grep worker threads to use. + See `grep.threads` in linkgit:git-grep[1] for more information. + gpg.program:: Use this custom program instead of "gpg" found on $PATH when making or verifying a PGP signature. The program must support the |