Skip to content

Commit

Permalink
Add some authors
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jul 27, 2020
1 parent e13a7c0 commit 755a795
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,6 @@ Mootez Saad <[email protected]> <mootez.saad@medtech.
Chen Yuheng <[email protected]>
Dominik Voigt <[email protected]>
Carl Christian Snethlage <[email protected]> <[email protected]>
Daniel Price <[email protected]>
Cai Zhichun <[email protected]> <[email protected]>
Hollyqqqqq <[email protected]> <[email protected]>
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Alain Vaucher
Aleksandrs Gusevs
Alessio Pollero
Alex Montgomery
Alex Petrov
Alex Tarrix
Alexander Girgis
Alexis Gallagher
Expand Down Expand Up @@ -55,6 +56,7 @@ Bitor Tonixa Biriato Balença
Brian Quistorff
Brian Van Essen
Cai Zhichun
Caleb Tillman
captain123
Carl Christian Snethlage
carlg0ransson
Expand All @@ -81,6 +83,7 @@ Cyrille d'Haese
Dale Visser
Daniel Bruehl
Daniel Mair
Daniel Price
Daniel Rodrigues
Daniel Svärd
David Gleich
Expand Down Expand Up @@ -137,6 +140,7 @@ Galileo Sartor
Gennadiy Stakhovskiy
Geoffrey Taerim Kim
Gert Renckens
Giovanni Caldarola
Goutam Lavudiya
Gregor Herrmann
Grzegorz Popiel
Expand All @@ -146,6 +150,7 @@ Hakan Duran
Hannes Restel
Harinda Samarasekara
HifeFish
Hollyqqqqq
hrandrianasolo
Hussain Arif
Igor Chernyavsky
Expand Down Expand Up @@ -231,6 +236,7 @@ Mathias Walter
Matthias Geiger
Matthias Mayr
Matthias Mueller
Matthijs van der Burgh
Mattia Bunel
Mattias Ulbrich
mcmoody
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 "^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

0 comments on commit 755a795

Please sign in to comment.