Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created February 12, 2009 02:19
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 kyanny/62451 to your computer and use it in GitHub Desktop.
Save kyanny/62451 to your computer and use it in GitHub Desktop.
svn log http://fastladder.googlecode.com/svn/trunk/ -q | perl -anle 'next if /^-+$/; $,=q{,}; $committers{$F[2]}++; END{ print keys %committers}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment