From: Robert Fitzsimons Date: Tue, 6 Jun 2006 23:15:16 +0000 (+0000) Subject: builtin-grep: pass ignore case option to external grep X-Git-Tag: v1.4.0-rc2~18 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=3026402cbc60c003c4bc043368afc619e4d9b3cd;hp=3026402cbc60c003c4bc043368afc619e4d9b3cd;p=git.git builtin-grep: pass ignore case option to external grep Don't just read the --ignore-case/-i option, pass the flag on to the external grep program. Signed-off-by: Robert Fitzsimons Signed-off-by: Junio C Hamano ---