mirror of
https://github.com/git/git.git
synced 2026-01-14 12:48:15 +00:00
WI: dedent a bit
This commit is contained in:
8
WI
8
WI
@@ -5,9 +5,11 @@ maint_at=$(git rev-parse --verify refs/heads/maint)
|
||||
master_at=$(git rev-parse --verify refs/heads/master)
|
||||
|
||||
log () {
|
||||
git log --no-merges "$@" |
|
||||
git shortlog |
|
||||
perl -pe 'if (!/^ / && !/^$/) { s/^/ / }'
|
||||
git shortlog --no-merges "$@" |
|
||||
perl -pe '
|
||||
if (/^ /) { s// /; }
|
||||
elsif (!/^$/) { s/^/ / }
|
||||
'
|
||||
}
|
||||
|
||||
echo "To: git@vger.kernel.org"
|
||||
|
||||
Reference in New Issue
Block a user