Wrap "What's in" list

Junio C Hamano committed Jun 29, 2007 at 09:21 UTC 9ae81bbc1c8adad26f782f1363552daad46fd2ca
1 file changed +1 -5
WI
+1 -5
@@ -5,11 +5,7 @@ maint_at=$(git rev-parse --verify refs/heads/maint)
5 master_at=$(git rev-parse --verify refs/heads/master)
6
7 log () {
8 - git shortlog --no-merges "$@" |
9 - perl -pe '
10 - if (/^ /) { s// /; }
11 - elsif (!/^$/) { s/^/ / }
12 - '
8 + git shortlog -w70,2,6 --no-merges "$@"
9 }
10
11 echo "From: Junio C Hamano <junkio@cox.net>"