Skip to content

Instantly share code, notes, and snippets.

@EvanFreeman
Created January 10, 2019 11:43
Show Gist options
  • Select an option

  • Save EvanFreeman/cc943743f6ac0e8aa9cdaebe80b5aa2f to your computer and use it in GitHub Desktop.

Select an option

Save EvanFreeman/cc943743f6ac0e8aa9cdaebe80b5aa2f to your computer and use it in GitHub Desktop.
Repository code statistics

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