Skip to content

Commit ffef04a

Browse files
committed
Add authors
1 parent 7f3c556 commit ffef04a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: .mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,5 @@ Michal Rican <[email protected]>
186186
Param Mittal <[email protected]>
187187
Victor Michelan <[email protected]>
188188
189+
Julien Bénard <[email protected]>
190+
Alexsandro Lauber <[email protected]>

Diff for: AUTHORS

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Daniel Svärd
7777
David Gleich
7878
David Méndez
7979
David Weitzman
80+
Dawid Motyka
8081
Dawid Owoc
8182
Deepak Kumar
8283
Dennis Tschechlov
@@ -112,6 +113,7 @@ ffffatgoose
112113
Florian Beetz
113114
Florian Straßer
114115
Foivos Christoulakis
116+
fpguy
115117
Francois Charette
116118
Frank Steimle
117119
frasca80
@@ -155,6 +157,7 @@ josephshin93
155157
Joshua Ramon Enslin
156158
José Jesús Sinohui Fernández
157159
Julian Pfeifer
160+
Julien Bénard
158161
Jure Slak
159162
József Pallagi
160163
Jörg Lenhard
@@ -184,7 +187,9 @@ Li Zhilin
184187
Ling Wang
185188
Linus Dietz
186189
Lorenzo Genta
190+
Lucas Beretti
187191
Luciana de Melo e Abud
192+
Lugduni Desrosiers
188193
Luis Romero
189194
Mairieli Wessel
190195
Malik Atalla
@@ -205,6 +210,7 @@ Mattia Bunel
205210
Mattias Ulbrich
206211
mcmoody
207212
Meltem Demirköprü
213+
MhhhxX
208214
Michael Beckmann
209215
Michael Falkenthal
210216
Michael Lass
@@ -232,6 +238,7 @@ Nico Schlömer
232238
Nicolas Pavillon
233239
Nikita Borovikov
234240
nikmilpv
241+
NikodemKch
235242
Niv Ierushalmi
236243
Nivedha Sunderraj
237244
Nizar N. Batada
@@ -307,6 +314,7 @@ Sven Jäger
307314
systemoperator
308315
Thiago Toledo
309316
Thomas Arildsen
317+
Thomas F. Duellmann
310318
Thomas Ilsche
311319
Thorsten Dahlheimer
312320
Tim Kilian
@@ -316,6 +324,7 @@ Tobias Boceck
316324
Tobias Bouschen
317325
Tobias Denkinger
318326
Tobias Diez
327+
Tomás Morales de Luna
319328
Tony K
320329
Toralf Senger
321330
uid112001
@@ -324,6 +333,7 @@ Ulrik Stervbo
324333
UltimaBGD
325334
Uwe Kuehn
326335
Valentin Pons
336+
Venceslas Roullier
327337
Victor Figueira
328338
Victor Michelan
329339
Vincent W. Yang

Diff for: scripts/generate-authors.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
5757
# authors %aN = author name
5858

5959
# co-authors
60-
coauthors=$(git log --grep=Co-authored | grep "Co-au" | grep "<" | sed "s/.*Co-authored-by: \(.*\) <.*/\1/")
61-
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
60+
coauthors=$(git log -i --grep=co-authored-by | grep -i "co-authored-by" | sed "s/.*co-authored-by: \(.*\)/\1/I" | sed "s/ <.*//")
61+
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
6262
} > AUTHORS
6363

0 commit comments

Comments
 (0)