[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode a434414 3/5: Add former contributors to AUTHORS.m
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode a434414 3/5: Add former contributors to AUTHORS.md |
Date: |
Tue, 9 Nov 2021 17:57:57 -0500 (EST) |
branch: elpa/php-mode
commit a4344145d620f72b556cb3be41faff3b4713bba0
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Add former contributors to AUTHORS.md
refs https://github.com/emacs-php/php-mode/issues/685
---
AUTHORS.md | 8 ++++----
Makefile | 3 ++-
etc/git/former-contributors | 33 +++++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 5 deletions(-)
diff --git a/AUTHORS.md b/AUTHORS.md
index acf46be..f19438e 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -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
@@ -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
diff --git a/Makefile b/Makefile
index 634c2fd..01a90bb 100644
--- a/Makefile
+++ b/Makefile
@@ -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"
diff --git a/etc/git/former-contributors b/etc/git/former-contributors
new file mode 100644
index 0000000..0e6bdd8
--- /dev/null
+++ b/etc/git/former-contributors
@@ -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