Last Updated: February 25, 2016
·
1.456K
· y3ty

Create AUTHORS file from Git

git log --format="%aN" | sort | uniq -c | sort -rn | awk '$1>=$THRESHOLD {$1=""; print $0}' | cut -d" " -f2- > AUTHORS

--
from https://twitter.com/codeinthehole/statuses/413287709479038977v