]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Wrap "What's in" list
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Jun 2007 16:21:33 +0000 (09:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jun 2007 16:21:33 +0000 (09:21 -0700)
WI

diff --git a/WI b/WI
index 5578342086873c90c935b5e42ff0202eb36bf68f..f065b8979a299ce5814dcc68c297ea4d72e08c77 100755 (executable)
--- 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>"