This sounds interesting, but what kinds of commit statistics can I expect to see if I sign up?<p>Also, is there any way to get statistics on existing commits in a repo I have? It would be awesome if I could do something like:<p><pre><code> cd ~/code/myproject
curl https://hulkort.herokuapp.com/load.sh | sh
</code></pre>
and get back a URL with all my stats for that repo fully loaded.
After one of my articles (<a href="http://news.ycombinator.com/item?id=2965626" rel="nofollow">http://news.ycombinator.com/item?id=2965626</a>) got on HN, I built this little website with a friend. It's very simple and only tracks the commit count with the help of Git hooks.<p>Looking forward to any comments!