Skip to content

Commit

Permalink
Update AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed May 15, 2020
1 parent 7bfbe44 commit 7041fe6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,9 @@ Goutam Lavudiya <gtam25@gmail.com>
Shikun Xiong <53288073+ShikunXiong@users.noreply.github.com>
Fabiani Giovanni <fabiani.giovanni@gmail.com>
Dimitra Karadima <44123133+dimitra-karadima@users.noreply.github.com>
Dimitra Karadima <44123133+dimitra-karadima@users.noreply.github.com> <t8170038@aueb.gr>
Cai Zhichun <54977532+braincident@users.noreply.github.com>
Gennadiy Stakhovskiy <GennadiyStakhovskiy@gmail.com>
Mootez Saad <34676841+MootezSaaD@users.noreply.github.com>
Mootez Saad <34676841+MootezSaaD@users.noreply.github.com> <mootez.saad@medtech.tn>
Chen Yuheng <pass@chenyuheng.cn>
13 changes: 13 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,18 @@ Bherwani Ayush
Bitor Tonixa Biriato Balença
Brian Quistorff
Brian Van Essen
Cai Zhichun
captain123
Carl Christian Snethlage
carlg0ransson
Carlos Morales
Carlos Silla
Carlos Silva
Catarina Gomes
Cerrianne Santos
Chamod Shehanka
Chelsey Ong
Chen Yuheng
Chris Brown
Christian Bartsch
Christian Kopf
Expand Down Expand Up @@ -128,15 +131,19 @@ frasca80
Fred Stevens
Frédéric Darboux
Galileo Sartor
Gennadiy Stakhovskiy
Geoffrey Taerim Kim
Gert Renckens
Goutam Lavudiya
Gregor Herrmann
Grzegorz Popiel
guenesaydin
Guillaume Gardey
Hakan Duran
Hannes Restel
Harinda Samarasekara
HifeFish
hrandrianasolo
Hussain Arif
Igor Chernyavsky
Igor Steinmacher
Expand All @@ -149,6 +156,7 @@ Jan Schäfer
Janosch Kutscherauer
Jason Pickering
Javier Muñoz Ferrara
jcampbell11245
Jeff Kerr
Jeff Miller
Jeffrey Kuhn
Expand All @@ -161,6 +169,7 @@ John David
John Relph
John Zedlewski
Jonas Lähnemann
Jonas Moosmann
Jonathan Powell
Jong-Ho Shinn
Jorge Tornero
Expand All @@ -176,6 +185,7 @@ Jörg Wegner
Jörg Zieren
Jørgen Kvalsvik
Jürgen Lange
k3KAW8Pnf7mkmdSMPHz27
Kai Mindermann
Kai Takac
Kaique Komata
Expand Down Expand Up @@ -236,6 +246,7 @@ Michel Krämer
Mihu
Mike Smoot
mohamean
Mootez Saad
Morgan Lovato
Moritz Ringler
Morten Alver
Expand Down Expand Up @@ -316,6 +327,7 @@ Stanley Foerster
Stefan Feyer
Stefan Gerzmann
Stefan Kolb
Stefan Kufer
Stefan Robert
Stefan Scheffel
Stefano Gariazzo
Expand Down Expand Up @@ -364,6 +376,7 @@ Yara Grassi Gouffon
Yash Kothari
Yichen Sun
Yifan Peng
Yunsheng Luo
Yurick Honda
zacmks
Zeabin
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 "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
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
} > AUTHORS

0 comments on commit 7041fe6

Please sign in to comment.