grep: pass -I (ignore binary) down to external grep
commitbc395643b606ffe7a5c01e2772ae0644c840f368
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Feb 2009 18:58:20 +0000 (2 10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Feb 2009 18:58:20 +0000 (2 10:58 -0800)
tree29537f93d5905ca2dd518b1c8790f67246c3b933
parentc7cddc1a2f365e4f4aea71b700c0b833eb436fee
grep: pass -I (ignore binary) down to external grep

We forgot to pass this option to the external grep process.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c