mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:11:40 +03:00
scripts/contri*sh: use "git log --use-mailmap"
This commit is contained in:
parent
058c8a6f2e
commit
8baead4254
2 changed files with 2 additions and 2 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue