Re: [PATCH 1/6] t4030: demonstrate behavior of show with textconv

2013-04-20 Thread Michael J Gruber
Jeff King venit, vidit, dixit 20.04.2013 06:04: > On Fri, Apr 19, 2013 at 06:44:44PM +0200, Michael J Gruber wrote: > >> "git show " obeys the textconc setting while "git show " >> does not. Demonstrate this in the test. > > s/textconc/textconv Thanks, plus s/obey/honor/ >> diff --git a/t/t4030

Re: [PATCH 1/6] t4030: demonstrate behavior of show with textconv

2013-04-19 Thread Jeff King
On Fri, Apr 19, 2013 at 06:44:44PM +0200, Michael J Gruber wrote: > "git show " obeys the textconc setting while "git show " > does not. Demonstrate this in the test. s/textconc/textconv > diff --git a/t/t4030-diff-textconv.sh b/t/t4030-diff-textconv.sh > index 53ec330..f314ced 100755 > --- a/t/

[PATCH 1/6] t4030: demonstrate behavior of show with textconv

2013-04-19 Thread Michael J Gruber
"git show " obeys the textconc setting while "git show " does not. Demonstrate this in the test. Signed-off-by: Michael J Gruber --- t/t4030-diff-textconv.sh | 12 1 file changed, 12 insertions(+) diff --git a/t/t4030-diff-textconv.sh b/t/t4030-diff-textconv.sh index 53ec330..f314c