]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/grep.c
grep: add --threads=<num> option and grep.threads configuration
authorVictor Leschuk <vleschuk@gmail.com>
Tue, 15 Dec 2015 15:31:39 +0000 (18:31 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Dec 2015 20:03:23 +0000 (12:03 -0800)
commit89f09dd34e613394c749f69ddd74adc90cb034ca
tree3c471629f10a2ee95fde7ebbb165ac5466d0cf6a
parent044b1f3cb4ff09551f6c514ed02edafa6c4987b0
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>
Documentation/config.txt
Documentation/git-grep.txt
builtin/grep.c
contrib/completion/git-completion.bash