Skip to content

Commit

Permalink
Add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 3, 2020
1 parent 7f3c556 commit ffef04a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,5 @@ Michal Rican <michal.rican@gmail.com>
Param Mittal <parammittal16@gmail.com>
Victor Michelan <venanciuslm@gmail.com>
P4trice <34972281+P4trice@users.noreply.github.com>
Julien Bénard <50318255+Julien29121998@users.noreply.github.com>
Alexsandro Lauber <alexlauber@outlook.com>
10 changes: 10 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Daniel Svärd
David Gleich
David Méndez
David Weitzman
Dawid Motyka
Dawid Owoc
Deepak Kumar
Dennis Tschechlov
Expand Down Expand Up @@ -112,6 +113,7 @@ ffffatgoose
Florian Beetz
Florian Straßer
Foivos Christoulakis
fpguy
Francois Charette
Frank Steimle
frasca80
Expand Down Expand Up @@ -155,6 +157,7 @@ josephshin93
Joshua Ramon Enslin
José Jesús Sinohui Fernández
Julian Pfeifer
Julien Bénard
Jure Slak
József Pallagi
Jörg Lenhard
Expand Down Expand Up @@ -184,7 +187,9 @@ Li Zhilin
Ling Wang
Linus Dietz
Lorenzo Genta
Lucas Beretti
Luciana de Melo e Abud
Lugduni Desrosiers
Luis Romero
Mairieli Wessel
Malik Atalla
Expand All @@ -205,6 +210,7 @@ Mattia Bunel
Mattias Ulbrich
mcmoody
Meltem Demirköprü
MhhhxX
Michael Beckmann
Michael Falkenthal
Michael Lass
Expand Down Expand Up @@ -232,6 +238,7 @@ Nico Schlömer
Nicolas Pavillon
Nikita Borovikov
nikmilpv
NikodemKch
Niv Ierushalmi
Nivedha Sunderraj
Nizar N. Batada
Expand Down Expand Up @@ -307,6 +314,7 @@ Sven Jäger
systemoperator
Thiago Toledo
Thomas Arildsen
Thomas F. Duellmann
Thomas Ilsche
Thorsten Dahlheimer
Tim Kilian
Expand All @@ -316,6 +324,7 @@ Tobias Boceck
Tobias Bouschen
Tobias Denkinger
Tobias Diez
Tomás Morales de Luna
Tony K
Toralf Senger
uid112001
Expand All @@ -324,6 +333,7 @@ Ulrik Stervbo
UltimaBGD
Uwe Kuehn
Valentin Pons
Venceslas Roullier
Victor Figueira
Victor Michelan
Vincent W. Yang
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
# authors %aN = author name

# co-authors
coauthors=$(git log --grep=Co-authored | grep "Co-au" | grep "<" | sed "s/.*Co-authored-by: \(.*\) <.*/\1/")
echo -e "$authors\n$(git log --format='%aN')\n$coauthors" | grep -v "dependabot" | grep -v "halirutan" | grep -v "matthiasgeiger" | grep -v "Gitter Badger" | LC_ALL=C.UTF-8 sort --unique --ignore-case
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
} > AUTHORS

0 comments on commit ffef04a

Please sign in to comment.