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
index 5578342086..f065b8979a 100755
--- a/WI
+++ b/WI
@@ -5,11 +5,7 @@ maint_at=$(git rev-parse --verify refs/heads/maint)
master_at=$(git rev-parse --verify refs/heads/master)
log () {
- git shortlog --no-merges "$@" |
- perl -pe '
- if (/^ /) { s// /; }
- elsif (!/^$/) { s/^/ / }
- '
+ git shortlog -w70,2,6 --no-merges "$@"
}
echo "From: Junio C Hamano <junkio@cox.net>"