yugui (owner)

Revisions

gist: 110482 Download_button fork
public
Description:
lists up all committers of ruby
Public Clone URL: git://gist.github.com/110482.git
Embed All Files: show embed
Bash #
1
2
3
#!/bin/sh
svn log -q http://svn.ruby-lang.org/repos/ruby/ | grep -v '^--' | cut -d'|' -f 2 | sed 's/ //g' | sort | uniq