diff --git a/.mailmap b/.mailmap index 2345c1529e1..ccfae69b00e 100644 --- a/.mailmap +++ b/.mailmap @@ -188,3 +188,8 @@ Victor Michelan P4trice <34972281+P4trice@users.noreply.github.com> Julien Bénard <50318255+Julien29121998@users.noreply.github.com> Alexsandro Lauber +Alexander Girgis <11259344+AlexanderGirgis@users.noreply.github.com> +Christoph Treude +Goutam Lavudiya +Shikun Xiong <53288073+ShikunXiong@users.noreply.github.com> +Fabiani Giovanni diff --git a/AUTHORS b/AUTHORS index 67b6567500e..dfde5b567dd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ Aleksandrs Gusevs Alessio Pollero Alex Montgomery Alex Tarrix +Alexander Girgis Alexis Gallagher Alexsandro Lauber Ali Ayan @@ -35,6 +36,7 @@ Antonio Ribeiro Arno Blouin Arthur Fröhlich Atul Kaushik +August Janse Ayachi Nene Bartosz J. Kaczkowski Bartłomiej Dach @@ -64,6 +66,7 @@ Christian Kopf Christoph Braun Christoph Hochreiner Christoph Schwentker +Christoph Treude Christopher Oezbek Christopher S. Lester conorfos @@ -76,6 +79,7 @@ Daniel Rodrigues Daniel Svärd David Gleich David Méndez +David Stevens David Weitzman Dawid Motyka Dawid Owoc @@ -91,6 +95,7 @@ Dominik Waßenhoven Douglas Nassif Roma Junior Eduard Braun Eduardo Greco +eetian Egon Willighagen Eiswindyeti Ellen Reitmayr @@ -102,6 +107,7 @@ Escoul Ethan Harris Fabian Bauer Fabian Bieker +Fabiani Giovanni Fabrice Dessaint Fancy Zhang Fedor Bezrukov @@ -122,6 +128,7 @@ Frédéric Darboux Galileo Sartor Geoffrey Taerim Kim Gert Renckens +Goutam Lavudiya Gregor Herrmann guenesaydin Guillaume Gardey @@ -150,6 +157,7 @@ Johannes Manner John David John Relph John Zedlewski +Jonas Lähnemann Jonathan Powell Jong-Ho Shinn Jorge Tornero @@ -283,14 +291,17 @@ Saivert Sam Robertson Samin Muhammad Ridwanul Karim Samiya Caur +Sandro Speth Sascha Hunold Sascha Zeller Saulius Gražulis Saverio Mori +Schaggerlag Scott Pogatetz Scott Townsend Seb Wills Serban Iordache +Shikun Xiong Shitikanth shubhamatlani Simon Harrer @@ -315,6 +326,7 @@ systemoperator Thiago Toledo Thomas Arildsen Thomas F. Duellmann +Thomas Hu Thomas Ilsche Thorsten Dahlheimer Tim Kilian diff --git a/scripts/generate-authors.sh b/scripts/generate-authors.sh index 64a56329233..1b8b07a488c 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 "@Siedlerchr" | grep -v "^Christoph$" | 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 "JabRef" | grep -v "@Siedlerchr" | grep -v "^Christoph$" | 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