aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-03-01 13:26:41 +0100
committerJunio C Hamano <gitster@pobox.com>2012-03-01 09:14:00 -0800
commit5e0ec15eb131075d0c3e61b33bcc7931bbc8bc08 (patch)
tree6aad5f1b85b3150553c73302d879e8ce0526b073 /t
parent666c92a229de10f8bbfc33cf6f92aad8733f0002 (diff)
downloadgit-5e0ec15eb131075d0c3e61b33bcc7931bbc8bc08.tar.gz
git-5e0ec15eb131075d0c3e61b33bcc7931bbc8bc08.tar.xz
log --stat: use the full terminal width
Make log --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')
-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 56d3899d9..f81d427db 100755
--- a/t/t4052-stat-output.sh
+++ b/t/t4052-stat-output.sh
@@ -98,7 +98,7 @@ done <<\EOF
ignores expect80 format-patch -1 --stdout
respects expect200 diff HEAD^ HEAD --stat
respects expect200 show --stat
-ignores expect80 log -1 --stat
+respects expect200 log -1 --stat
EOF
cat >expect <<'EOF'
@@ -164,7 +164,7 @@ done <<\EOF
ignores expect80 format-patch -1 --stdout
respects expect200 diff HEAD^ HEAD --stat
respects expect200 show --stat
-ignores expect80 log -1 --stat
+respects expect200 log -1 --stat
EOF
cat >expect <<'EOF'