Re: [PATCHv3 03/11] grep: show --debug output only once

2012-09-14 Thread Junio C Hamano
Michael J Gruber writes: > When threaded grep is in effect, the patterns are duplicated and > recompiled for each thread. Avoid "--debug" output during the > recompilation so that the output is given once instead of "1+nthreads" > times. > > Signed-off-by: Michael J Gruber > --- > builtin/grep.

[PATCHv3 03/11] grep: show --debug output only once

2012-09-14 Thread Michael J Gruber
When threaded grep is in effect, the patterns are duplicated and recompiled for each thread. Avoid "--debug" output during the recompilation so that the output is given once instead of "1+nthreads" times. Signed-off-by: Michael J Gruber --- builtin/grep.c | 1 + 1 file changed, 1 insertion(+) d