update
This commit is contained in:
parent
bace6d919b
commit
a95d89981e
2 changed files with 4 additions and 1 deletions
2
git-author
Executable file
2
git-author
Executable file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
git log --all --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn;
|
Loading…
Add table
Add a link
Reference in a new issue