Skip to content

Instantly share code, notes, and snippets.

@yugui
Created May 12, 2009 13:37
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 yugui/110482 to your computer and use it in GitHub Desktop.
Save yugui/110482 to your computer and use it in GitHub Desktop.
lists up all committers of ruby
#!/bin/sh
svn log -q http://svn.ruby-lang.org/repos/ruby/ | grep -v '^--' | cut -d'|' -f 2 | sed 's/ //g' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment