Code

test: use --numstat instead of --stat in "git stash show" tests
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 13 Mar 2012 05:01:32 +0000 (00:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Mar 2012 21:26:32 +0000 (14:26 -0700)
commit1145211456580530ab01ef713adae4812d5758b2
treefca9a280cf7df3e2123cf0aa912e47f871382e87
parent2593633f5a7e1ddc02cd5f8256d02a53324e4cf6
test: use --numstat instead of --stat in "git stash show" tests

git's diff --stat output is intended for human consumption and
since v1.7.9.2~13 (2012-02-01) varies by locale.  Add a test checking
that git stash show defaults to --stat and tweak the rest of the
"stash show" tests that showed a diffstat to use numstat.

This way, there are fewer tests to tweak if the diffstat format
changes again.  This also improves test coverage when running tests
with git configured not to write its output in the C locale (e.g.,
via GETTEXT_POISON=Yes).

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh