Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-08 12:28:00 +0400
committerJunio C Hamano <junkio@cox.net>2007-04-10 23:48:35 +0400
commit3d711d97a0db41633a5137e47358cf503b91b074 (patch)
tree13a5ec543c994c5138e0ee749fa967950699e221 /t/t4201-shortlog.sh
parent3714e7c8950681b440508244a1fcf5899a1b0966 (diff)
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 ab8a0888f6..321429c8fa 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):