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