aboutsummaryrefslogtreecommitdiff
path: root/t/t4201-shortlog.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-08 01:28:00 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-10 12:48:35 -0700
commit3d711d97a0db41633a5137e47358cf503b91b074 (patch)
tree13a5ec543c994c5138e0ee749fa967950699e221 /t/t4201-shortlog.sh
parent3714e7c8950681b440508244a1fcf5899a1b0966 (diff)
downloadgit-3d711d97a0db41633a5137e47358cf503b91b074.tar.gz
git-3d711d97a0db41633a5137e47358cf503b91b074.tar.xz
shortlog -w: make wrap-line behaviour optional.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4201-shortlog.sh')
-rw-r--r--t/t4201-shortlog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4201-shortlog.sh b/t/t4201-shortlog.sh
index ab8a0888f..321429c8f 100644
--- a/t/t4201-shortlog.sh
+++ b/t/t4201-shortlog.sh
@@ -29,7 +29,7 @@ git commit -m "$(echo "This is a very, very long first line for the commit messa
echo 5 > a1
git commit -m "a 12 34 56 78" a1
-git shortlog HEAD > out
+git shortlog -w HEAD > out
cat > expect << EOF
A U Thor (5):