Skip to content

Commit

Permalink
Update AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 3, 2020
1 parent d4e46b0 commit 5cef762
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@ Victor Michelan <[email protected]>
P4trice <[email protected]>
Julien Bénard <[email protected]>
Alexsandro Lauber <[email protected]>
Alexander Girgis <[email protected]>
Christoph Treude <[email protected]>
Goutam Lavudiya <[email protected]>
Shikun Xiong <[email protected]>
Fabiani Giovanni <[email protected]>
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Aleksandrs Gusevs
Alessio Pollero
Alex Montgomery
Alex Tarrix
Alexander Girgis
Alexis Gallagher
Alexsandro Lauber
Ali Ayan
Expand All @@ -35,6 +36,7 @@ Antonio Ribeiro
Arno Blouin
Arthur Fröhlich
Atul Kaushik
August Janse
Ayachi Nene
Bartosz J. Kaczkowski
Bartłomiej Dach
Expand Down Expand Up @@ -64,6 +66,7 @@ Christian Kopf
Christoph Braun
Christoph Hochreiner
Christoph Schwentker
Christoph Treude
Christopher Oezbek
Christopher S. Lester
conorfos
Expand All @@ -76,6 +79,7 @@ Daniel Rodrigues
Daniel Svärd
David Gleich
David Méndez
David Stevens
David Weitzman
Dawid Motyka
Dawid Owoc
Expand All @@ -91,6 +95,7 @@ Dominik Waßenhoven
Douglas Nassif Roma Junior
Eduard Braun
Eduardo Greco
eetian
Egon Willighagen
Eiswindyeti
Ellen Reitmayr
Expand All @@ -102,6 +107,7 @@ Escoul
Ethan Harris
Fabian Bauer
Fabian Bieker
Fabiani Giovanni
Fabrice Dessaint
Fancy Zhang
Fedor Bezrukov
Expand All @@ -122,6 +128,7 @@ Frédéric Darboux
Galileo Sartor
Geoffrey Taerim Kim
Gert Renckens
Goutam Lavudiya
Gregor Herrmann
guenesaydin
Guillaume Gardey
Expand Down Expand Up @@ -150,6 +157,7 @@ Johannes Manner
John David
John Relph
John Zedlewski
Jonas Lähnemann
Jonathan Powell
Jong-Ho Shinn
Jorge Tornero
Expand Down Expand Up @@ -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
Expand All @@ -315,6 +326,7 @@ systemoperator
Thiago Toledo
Thomas Arildsen
Thomas F. Duellmann
Thomas Hu
Thomas Ilsche
Thorsten Dahlheimer
Tim Kilian
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cef762

Please sign in to comment.