git log --format=format:%an | sort | uniq -c | sort -r
1081 Mito1033 sudo872 Yusuke478 morita423 Yuki396 Takahiro
I had to change "-r" to "-nr" on that last sort.
git shortlog -ns
I had to change "-r" to "-nr" on that last sort.
ReplyDeletegit shortlog -ns
ReplyDelete