git ls-files | while read f; do git blame -w -M -C -C --line-porcelain "$f" | grep -I '^author '; done | sort -f | uniq -ic | sort -n
Created
January 10, 2019 11:43
-
-
Save EvanFreeman/cc943743f6ac0e8aa9cdaebe80b5aa2f to your computer and use it in GitHub Desktop.
Repository code statistics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment