]> git.ipfire.org Git - thirdparty/git.git/commit - grep.h
grep: Allow case insensitive search of fixed-strings
authorBrian Collins <bricollins@gmail.com>
Fri, 6 Nov 2009 09:22:35 +0000 (01:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Nov 2009 00:06:46 +0000 (16:06 -0800)
commit5183bf67278ce5a0da9779d74f05169beac219b8
tree3ff2119ec35588228c723069b1f21b061ac1c18d
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
grep: Allow case insensitive search of fixed-strings

"git grep" currently an error when you combine the -F and -i flags.
This isn't in line with how GNU grep handles it.

This patch allows the simultaneous use of those flags.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Brian Collins <bricollins@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c
grep.c
grep.h
t/t7002-grep.sh