Skip to content

Commit e8e37e3

Browse files
committed
add all authors in history
1 parent cacdfb3 commit e8e37e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

AUTHORS

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1+
# sort by number of commits
2+
# http://www.commandlinefu.com/commands/view/4519/list-all-authors-of-a-particular-git-project
3+
# $ git log --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn | cut -d\ -f2-
14
Gui Lin <[email protected]> (https://github.com/guileen)
25
fengmk2 <[email protected]> (http://fengmk2.github.com)
6+
Paul Gebheim <[email protected]>
7+
François de Metz <[email protected]>
8+
9+
humanchimp <[email protected]>
10+
Wout Mertens <[email protected]>
11+
Rakshit Menpara <[email protected]>
12+
Quang Van <[email protected]>
13+
Matt Perpick <[email protected]>
14+
Joe Faber <[email protected]>
15+
Harvey McQueen <[email protected]>
16+
Aneil Mallavarapu <[email protected]>

0 commit comments

Comments
 (0)