Skip to content

Commit 11d3c39

Browse files
committed
Add link to wiki/Authors and graph/authors to AUTHORS.md
1 parent a434414 commit 11d3c39

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

AUTHORS.md

+4
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,7 @@ Names Sorted Alphabetically:
114114
- tijsmallaerts
115115
- zapad
116116
- 顾伟刚
117+
118+
A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors).
119+
120+
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.

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
1818
&& (cat $< > $@ \
1919
&& git log --pretty=format:'- %aN' | \
2020
cat etc/git/former-contributors - | LANG=C sort -u >> $@ \
21+
&& cat etc/git/AUTHORS2.md.in >> $@ \
2122
&& printf "FINISHED\n" ; ) \
2223
|| printf "FAILED (non-fatal)\n"
2324

etc/git/AUTHORS2.md.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors).
3+
4+
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.

0 commit comments

Comments
 (0)