Skip to content

Instantly share code, notes, and snippets.

@ffoxin
Created June 14, 2018 07:33
Show Gist options
  • Save ffoxin/5240972202fb2bd6595c0a482855d35c to your computer and use it in GitHub Desktop.
Save ffoxin/5240972202fb2bd6595c0a482855d35c to your computer and use it in GitHub Desktop.
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