Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created August 10, 2008 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/4715 to your computer and use it in GitHub Desktop.
Save michaelklishin/4715 to your computer and use it in GitHub Desktop.
git log --pretty='format:%an' --no-merges | ruby -e 'puts STDIN.read.split("\n").uniq.join("\n")' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment