Re: [PATCHv3 01/11] grep: teach --debug option to dump the parse tree

2012-09-14 Thread Junio C Hamano
Michael J Gruber writes: > From: Junio C Hamano > > Our "grep" allows complex boolean expressions to be formed to match > each individual line with operators like --and, '(', ')' and --not. > Introduce the "--debug" option to show the parse tree to help people > who want to debug and enhance it.

[PATCHv3 01/11] grep: teach --debug option to dump the parse tree

2012-09-14 Thread Michael J Gruber
From: Junio C Hamano Our "grep" allows complex boolean expressions to be formed to match each individual line with operators like --and, '(', ')' and --not. Introduce the "--debug" option to show the parse tree to help people who want to debug and enhance it. Also "log" learns "--debug-grep" opt