Created
June 14, 2018 07:33
-
-
Save ffoxin/5240972202fb2bd6595c0a482855d35c to your computer and use it in GitHub Desktop.
Git Code Lines Authorship (from https://gist.github.com/amitchhajer/4461043#gistcomment-2349917)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment