diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-08 01:28:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-10 12:48:35 -0700 |
commit | 3d711d97a0db41633a5137e47358cf503b91b074 (patch) | |
tree | 13a5ec543c994c5138e0ee749fa967950699e221 /t/t4201-shortlog.sh | |
parent | Use print_wrapped_text() in shortlog (diff) | |
download | tgif-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.sh | 2 |
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): |