Skip to content

Commit

Permalink
Add former contributors to AUTHORS.md
Browse files Browse the repository at this point in the history
refs #685
  • Loading branch information
zonuexe committed Nov 9, 2021
1 parent 76d6917 commit a434414
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Names Sorted Alphabetically:
- Engelke Eschner
- Eric James Michael Ritz
- Eric Mc Sween
- Fred Yankowski
- François-Xavier Bois
- Fred Yankowski
- Gerrit Riessen
- Giacomo Tesio
- Gregory Stark
- Gu Weigang
- Ian Eure
- Herbert Jones
- Hernawan Fa'iz Abdillah
- Ian Eure
- Jacek Wysocki
- Jakub Jankiewicz
- James Laver
Expand Down Expand Up @@ -91,12 +91,12 @@ Names Sorted Alphabetically:
- Sean Champ
- Sebastian Wiesner
- Serghei Iakovlev
- Syohei YOSHIDA
- Stefan Monnier
- Stig Bakken
- Torsten Martinsen
- Syohei YOSHIDA
- Tim Landscheidt
- Tom Willemsen
- Torsten Martinsen
- U-CPT\deb
- USAMI Kenta
- Valentin Funk
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
@printf "Generating AUTHORS.md file..."
@test -d .git \
&& (cat $< > $@ \
&& git log --pretty=format:'- %aN' | LANG=C sort -u >> $@ \
&& git log --pretty=format:'- %aN' | \
cat etc/git/former-contributors - | LANG=C sort -u >> $@ \
&& printf "FINISHED\n" ; ) \
|| printf "FAILED (non-fatal)\n"

Expand Down
33 changes: 33 additions & 0 deletions etc/git/former-contributors
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- Aaron S. Hawley
- Bill Lovett
- Boris Folgmann
- Chris Morris
- Craig Andrews
- David House
- Dias Badekas
- Doug Marcey
- Eric Mc Sween
- Fred Yankowski
- Gerrit Riessen
- Giacomo Tesio
- Gregory Stark
- Ian Eure
- John Keller
- Juanjo
- Kevin Blake
- Lennart Borgman
- Mathias Meyer
- Nils Rennebarth
- Rex McMaster
- Roland
- Rosenfeld
- Ryan
- Sammartino
- Sean Champ
- Stefan Monnier
- Stig Bakken
- Torsten Martinsen
- Valentin Funk
- Ville Skytta
- Vinai Kopp
- ppercot

0 comments on commit a434414

Please sign in to comment.