[PATCH 1/2] Introduce grep threads param

2015-12-15 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 | 4 +++ Documentation/git-grep.txt | 12

Re: [PATCH 1/2] Introduce grep threads param

2015-12-15 Thread Victor Leschuk
Hello Junio, On 12/15/2015 11:06 PM, Junio C Hamano wrote: Victor Leschuk <vlesc...@gmail.com> writes: Subject: Re: [PATCH 1/2] Introduce grep threads param I'll retitle this to something like grep: add --threads= option and grep.threads configuration while queuing (which I did

Re: [PATCH 1/2] Introduce grep threads param

2015-12-15 Thread Junio C Hamano
Victor Leschuk <vlesc...@gmail.com> writes: > Subject: Re: [PATCH 1/2] Introduce grep threads param I'll retitle this to something like grep: add --threads= option and grep.threads configuration while queuing (which I did for v7 earlier). > "git grep" can now be co

Re: [PATCH 1/2] Introduce grep threads param

2015-12-15 Thread Eric Sunshine
On Tue, Dec 15, 2015 at 3:06 PM, Junio C Hamano <gits...@pobox.com> wrote: > Victor Leschuk <vlesc...@gmail.com> writes: >> Subject: Re: [PATCH 1/2] Introduce grep threads param > > I'll retitle this to something like > > grep: add --threads= option and gre