Skip to content

Properly list the credits of all previous contributors #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 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 All @@ -114,3 +114,7 @@ Names Sorted Alphabetically:
- tijsmallaerts
- zapad
- 顾伟刚

A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors).

Contributors since 2011, where this project was hosted, can also be found at [graphs/contributors](https://github.com/emacs-php/php-mode/graphs/contributors), except for accounts that have been withdrawn from GitHub.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ 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 >> $@ \
&& cat etc/git/AUTHORS2.md.in >> $@ \
&& printf "FINISHED\n" ; ) \
|| printf "FAILED (non-fatal)\n"

Expand Down
4 changes: 4 additions & 0 deletions etc/git/AUTHORS2.md.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors).

Contributors since 2011, where this project was hosted, can also be found at [graphs/contributors](https://github.com/emacs-php/php-mode/graphs/contributors), except for accounts that have been withdrawn from GitHub.
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