grep -p: support user defined regular expressions
authorRené Scharfe <redacted>
Wed, 1 Jul 2009 22:07:24 +0000 (00:07 +0200)
committerJunio C Hamano <redacted>
Thu, 2 Jul 2009 02:16:50 +0000 (19:16 -0700)
commit60ecac98ed6f420c6bf823491074219087c749d4
tree480471031679f5d7f88dea0c673412f1ce03890b
parent2944e4e6145bdfcb1a8730d7da671786d72c86ed
grep -p: support user defined regular expressions

Respect the userdiff attributes and config settings when looking for
lines with function definitions in git grep -p.

Signed-off-by: Rene Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-grep.txt
builtin-grep.c
grep.c
grep.h
t/t7002-grep.sh
git clone https://git.99rst.org/PROJECT