Skip to content

Instantly share code, notes, and snippets.

@AlexeyPogorelov
Created April 30, 2019 11:55
Show Gist options
  • Save AlexeyPogorelov/060170407ca3c6130358d67e24021143 to your computer and use it in GitHub Desktop.
Save AlexeyPogorelov/060170407ca3c6130358d67e24021143 to your computer and use it in GitHub Desktop.
Git lines by author
git ls-files | xargs -n1 git blame --line-porcelain | sed -n 's/^author //p' | sort -f | uniq -ic | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment