Generating statistics from Git repository [closed]

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…

  • commits per author
  • commits per day/week/year/etc.
  • lines of code over time
  • graphs
  • … much more

Basically I just want to get an idea how much my project grows over time, which developer commits most code, and so on.

11 Answers
11

Leave a Comment