2015-09-15 21:28:25 +02:00
|
|
|
#######
|
|
|
|
AUTHORS
|
|
|
|
#######
|
|
|
|
(in chronological order)
|
|
|
|
|
2016-01-21 00:38:07 +01:00
|
|
|
- Ralf Schmitt <ralf@systemexit.de>,
|
|
|
|
- Kostis Anagnostopoulos <ankostis@gmail.com>
|
|
|
|
- Matthew Planchard <mplanchard@gmail.com>
|
2015-09-15 21:28:25 +02:00
|
|
|
- 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.
|