git-contributors.rb
posted by by on March 30, 2013 at 6:00 pm
Today i pushed git-contributors.rb to github. It is a little ruby script that takes the result of $ git shortlog -ns and adds the percental contribution of each committer to the output. In the current version (0.1.0) $ git-contributors.rb /path/to/git-project will produce an output like: 200 Maja 56.8 % 50 Flip 31.1 % 10 Willi [...]