author | Brian Collins <bricollins@gmail.com> | |
Fri, 6 Nov 2009 09:22:35 +0000 (01:22 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Nov 2009 00:06:46 +0000 (16:06 -0800) | ||
commit | 5183bf67278ce5a0da9779d74f05169beac219b8 | |
tree | 3ff2119ec35588228c723069b1f21b061ac1c18d | tree | snapshot |
parent | 78d553b7d7b269bb22ebd8b1198657c37484a3a0 | commit | diff |
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>
"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 | diff | blob | history | |
grep.c | diff | blob | history | |
grep.h | diff | blob | history | |
t/t7002-grep.sh | diff | blob | history |