scripts/contri*sh: use "git log --use-mailmap"

This commit is contained in:
Daniel Stenberg 2017-08-18 22:41:48 +02:00
parent 058c8a6f2e
commit 8baead4254
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ fi
# sort all unique names
# awk them into RELEASE-NOTES format
(
git log $start..HEAD | \
git log --use-mailmap $start..HEAD | \
egrep -ai '(^Author|^Commit|by):' | \
cut -d: -f2- | \
cut '-d(' -f1 | \

View File

@ -35,7 +35,7 @@ fi
cat ./docs/THANKS
(
git log $start..HEAD | \
git log --use-mailmap $start..HEAD | \
egrep -ai '(^Author|^Commit|by):' | \
cut -d: -f2- | \
cut '-d(' -f1 | \