emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode 11d3c39 4/5: Add link to wiki/Authors and graph/a


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 11d3c39 4/5: Add link to wiki/Authors and graph/authors to AUTHORS.md
Date: Tue, 9 Nov 2021 17:57:57 -0500 (EST)

branch: elpa/php-mode
commit 11d3c39a98b590412492500c883ab5f6eac69a3f
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Add link to wiki/Authors and graph/authors to AUTHORS.md
---
 AUTHORS.md             | 4 ++++
 Makefile               | 1 +
 etc/git/AUTHORS2.md.in | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/AUTHORS.md b/AUTHORS.md
index f19438e..a20522f 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -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.
diff --git a/Makefile b/Makefile
index 01a90bb..2bad67e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
                && (cat $< > $@ \
                        && 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"
 
diff --git a/etc/git/AUTHORS2.md.in b/etc/git/AUTHORS2.md.in
new file mode 100644
index 0000000..2a166fc
--- /dev/null
+++ b/etc/git/AUTHORS2.md.in
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]