On Mon, Mar 28, 2011 at 5:12 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Â I did not add tests, but we do need one perhaps at the end of t7810 to > Â move things forward. What sort of tests would be appropriate? I cannot find anything that tests -E/--extended-regexp. I copied the first test that used "git grep -n" and changed it to these: 1) git -c grep.linenumber=false grep -n # Expected to have line numbers 2) git -c grep.linenumber=true grep # Expected to have line numbers 3) git -c grep.linenumber=true grep --no-line-number # Expected to have no line numbers Joe -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html