aboutsummaryrefslogtreecommitdiff
path: root/t/t4052-stat-output.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-03-01 13:26:40 +0100
committerJunio C Hamano <gitster@pobox.com>2012-03-01 09:13:53 -0800
commit666c92a229de10f8bbfc33cf6f92aad8733f0002 (patch)
tree760f945f90262487c29928638ba05bc3f9219444 /t/t4052-stat-output.sh
parentaf9fedc12873bf331019a502ed1fc944fa986713 (diff)
downloadgit-666c92a229de10f8bbfc33cf6f92aad8733f0002.tar.gz
git-666c92a229de10f8bbfc33cf6f92aad8733f0002.tar.xz
show --stat: use the full terminal width
Make show --stat behave like diff --stat and use the full terminal width. Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4052-stat-output.sh')
-rwxr-xr-xt/t4052-stat-output.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4052-stat-output.sh b/t/t4052-stat-output.sh
index 29c06e59a..56d3899d9 100755
--- a/t/t4052-stat-output.sh
+++ b/t/t4052-stat-output.sh
@@ -97,7 +97,7 @@ do
done <<\EOF
ignores expect80 format-patch -1 --stdout
respects expect200 diff HEAD^ HEAD --stat
-ignores expect80 show --stat
+respects expect200 show --stat
ignores expect80 log -1 --stat
EOF
@@ -163,7 +163,7 @@ do
done <<\EOF
ignores expect80 format-patch -1 --stdout
respects expect200 diff HEAD^ HEAD --stat
-ignores expect80 show --stat
+respects expect200 show --stat
ignores expect80 log -1 --stat
EOF