Added authors file.

This commit is contained in:
Jon Grace-Cox
2017-09-11 18:07:44 -04:00
parent bb17cd6a81
commit 67c3fb8b44

12
AUTHORS.rst Normal file
View File

@@ -0,0 +1,12 @@
#######
AUTHORS
#######
- Jon Grace-Cox <jongracecox@gmail.com>
- run ``git log --format='%aN' | sort -u`` to see all contributors, or::
git log --format='%aN <%aE>' |
awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' |
sort -rn | cut -d\ -f2-
to sort them by the numbers of commits.