t7008: demonstrate behavior of grep with textconv
commit97f6a9c975bb14688b60a5134069159b4cae1a07
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 10 May 2013 15:10:14 +0000 (10 17:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 May 2013 17:27:28 +0000 (10 10:27 -0700)
treea6491ba0f438af29e3245d50f2d72308670562a0
parent3ac21617b0f56dd76be3bbaa663bf0fff7f3095d
t7008: demonstrate behavior of grep with textconv

Currently, "git grep" does not honor any textconv filters, with nor
without --textconv. Demonstrate this in the tests.

The default is expected to remain unchanged.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7008-grep-binary.sh