]> git.ipfire.org Git - thirdparty/git.git/commit - grep.c
grep -p: support user defined regular expressions
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 1 Jul 2009 22:07:24 +0000 (00:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
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 <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-grep.txt
builtin-grep.c
grep.c
grep.h
t/t7002-grep.sh