mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
scripts/contri*sh: use "git log --use-mailmap"
This commit is contained in:
parent
058c8a6f2e
commit
8baead4254
@ -44,7 +44,7 @@ fi
|
|||||||
# sort all unique names
|
# sort all unique names
|
||||||
# awk them into RELEASE-NOTES format
|
# awk them into RELEASE-NOTES format
|
||||||
(
|
(
|
||||||
git log $start..HEAD | \
|
git log --use-mailmap $start..HEAD | \
|
||||||
egrep -ai '(^Author|^Commit|by):' | \
|
egrep -ai '(^Author|^Commit|by):' | \
|
||||||
cut -d: -f2- | \
|
cut -d: -f2- | \
|
||||||
cut '-d(' -f1 | \
|
cut '-d(' -f1 | \
|
||||||
|
@ -35,7 +35,7 @@ fi
|
|||||||
cat ./docs/THANKS
|
cat ./docs/THANKS
|
||||||
|
|
||||||
(
|
(
|
||||||
git log $start..HEAD | \
|
git log --use-mailmap $start..HEAD | \
|
||||||
egrep -ai '(^Author|^Commit|by):' | \
|
egrep -ai '(^Author|^Commit|by):' | \
|
||||||
cut -d: -f2- | \
|
cut -d: -f2- | \
|
||||||
cut '-d(' -f1 | \
|
cut '-d(' -f1 | \
|
||||||
|
Loading…
Reference in New Issue
Block a user