update
This commit is contained in:
parent
a95d89981e
commit
46beb4ebf6
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#! /bin/sh
|
||||
# greps all authors and presents them in descending commit order
|
||||
git log --all --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn;
|
||||
|
|
Loading…
Reference in a new issue