]> git.ipfire.org Git - thirdparty/git.git/commit - grep.c
Update grep internal for grepping only in head/body
authorJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 19:39:46 +0000 (12:39 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 19:39:46 +0000 (12:39 -0700)
commit480c1ca6fd8df58a783e231648b489ed2bfd17f1
tree01627f1db5e68b2472da416e3acf512fc0084567
parenta2ed6ae402582a3ee76e9b4639848eba261a12de
Update grep internal for grepping only in head/body

This further updates the built-in grep engine so that we can say
something like "this pattern should match only in head".  This
can be used to simplify grepping in the log messages.

Signed-off-by: Junio C Hamano <junkio@cox.net>
grep.c
grep.h