mirror of
https://github.com/git/git.git
synced 2026-01-14 12:48:15 +00:00
Wrap "What's in" list
This commit is contained in:
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>"
|
||||
|
||||
Reference in New Issue
Block a user