Last Updated: February 25, 2016
·
286
· warfox

git blame author numbers

git ls-tree -r -z --name-only HEAD --\
 | xargs -0 -n1 git blame --line-porcelain \
 | grep "^author "\
 | sort\
 | uniq -c\
 | sort -nr