t4030: demonstrate behavior of show with textconv
commit4bd52d0956f5ba2a922968057cabd77a98f6da5c
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 10 May 2013 15:10:10 +0000 (10 17:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 May 2013 17:23:51 +0000 (10 10:23 -0700)
treee578c5f2a4ff993e5abc8c2e239bd4899d45ec60
parent1468a5839309033feb2e58943babdd48b8e2d151
t4030: demonstrate behavior of show with textconv

"git show <commit>" honors the --textconv option while "git show <blob>"
does not. Demonstrate this in the test.

Since the current behavior is supposed to stay as is, we expect the
default for "git show <blob>" to remain --no-textconv.

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