I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like...
Basically I just want to get an idea how much my project grows over time, which developer commits most code, and so on.
commits per author
git shortlog -s -n