Skip to content

Instantly share code, notes, and snippets.

@LukasRychtecky
Last active December 19, 2015 03:29
Show Gist options
  • Save LukasRychtecky/5890778 to your computer and use it in GitHub Desktop.
Save LukasRychtecky/5890778 to your computer and use it in GitHub Desktop.
Filtrates all project's committers
git log --raw | grep -e "^Author: " -e "^Commit: " | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment