Wrap "What's in" list
parent
38fab8a2ec
commit
9ae81bbc1c
6
WI
6
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>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue