diff --git a/.mailmap b/.mailmap index f2fdffb10b9..f119cbb94a8 100644 --- a/.mailmap +++ b/.mailmap @@ -202,3 +202,6 @@ Mootez Saad <34676841+MootezSaaD@users.noreply.github.com> Dominik Voigt <43381984+DominikVoigt@users.noreply.github.com> Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> +Daniel Price <64694785+daniel-price@users.noreply.github.com> +Cai Zhichun <54977532+braincident@users.noreply.github.com> <569120128@qq.com> +Hollyqqqqq <55199983+Hollyqqqqq@users.noreply.github.com> <11712639@mail.sustech.edu.cn> diff --git a/AUTHORS b/AUTHORS index 7795b1f4c78..cc3bda195d8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Alain Vaucher Aleksandrs Gusevs Alessio Pollero Alex Montgomery +Alex Petrov Alex Tarrix Alexander Girgis Alexis Gallagher @@ -55,6 +56,7 @@ Bitor Tonixa Biriato Balença Brian Quistorff Brian Van Essen Cai Zhichun +Caleb Tillman captain123 Carl Christian Snethlage carlg0ransson @@ -81,6 +83,7 @@ Cyrille d'Haese Dale Visser Daniel Bruehl Daniel Mair +Daniel Price Daniel Rodrigues Daniel Svärd David Gleich @@ -137,6 +140,7 @@ Galileo Sartor Gennadiy Stakhovskiy Geoffrey Taerim Kim Gert Renckens +Giovanni Caldarola Goutam Lavudiya Gregor Herrmann Grzegorz Popiel @@ -146,6 +150,7 @@ Hakan Duran Hannes Restel Harinda Samarasekara HifeFish +Hollyqqqqq hrandrianasolo Hussain Arif Igor Chernyavsky @@ -231,6 +236,7 @@ Mathias Walter Matthias Geiger Matthias Mayr Matthias Mueller +Matthijs van der Burgh Mattia Bunel Mattias Ulbrich mcmoody diff --git a/scripts/generate-authors.sh b/scripts/generate-authors.sh index 139150c0735..763e42b66a9 100755 --- a/scripts/generate-authors.sh +++ b/scripts/generate-authors.sh @@ -58,6 +58,6 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." # co-authors coauthors=$(git log -i --grep=co-authored-by | grep -i "co-authored-by" | sed "s/.*co-authored-by: \(.*\)/\1/I" | sed "s/ <.*//") - echo -e "$authors\n$(git log --format='%aN')\n$coauthors" | grep -v "JabRef" | grep -v "@Siedlerchr" | grep -v "^Christoph$" | grep -v "^Mootez$" | grep -v "oscargus" | grep -v "dependabot" | grep -v "github actions" | grep -v "github actions" | grep -v "igorsteinmacher" | grep -v "halirutan" | grep -v "matthiasgeiger" | grep -v "Gitter Badger" | LC_ALL=C.UTF-8 sort --unique --ignore-case + echo -e "$authors\n$(git log --format='%aN')\n$coauthors" | grep -v "\[bot\]" | grep -v "JabRef" | grep -v "Siedlerchr" | grep -v "^Christoph$" | grep -v "^Mootez$" | grep -v "oscargus" | grep -v "dependabot" | grep -v "github actions" | grep -v "github actions" | grep -v "igorsteinmacher" | grep -v "halirutan" | grep -v "matthiasgeiger" | grep -v "Gitter Badger" | LC_ALL=C.UTF-8 sort --unique --ignore-case } > AUTHORS