mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
Added authors file.
This commit is contained in:
12
AUTHORS.rst
Normal file
12
AUTHORS.rst
Normal 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.
|
Reference in New Issue
Block a user