Unverified Commit 8baead42 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 058c8a6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 | \
+1 −1
Original line number Diff line number Diff line
@@ -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 | \