Re: [PATCH v5] Add git-grep threads param

2015-11-10 Thread Eric Sunshine
On Tue, Nov 10, 2015 at 8:28 AM, Victor Leschuk wrote: > "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 > --- As an aid for reviewers, please use this space (below the "---" l

[PATCH v5] Add git-grep threads param

2015-11-10 Thread Victor Leschuk
"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 --- Documentation/config.txt | 7 + Documentation/git-grep.txt | 15 ++ builtin/grep.c