1

Possible Duplicate:
Generating statistics from Git repository

I'm interested in doing some accounting on a git repository with multiple contributors, something akin to github's statistics. Is anyone aware of something similar that could be used on the command line to get some simple stats of committers, number of lines changed, number of new tags, branches, and accompanying dates? I know I can role my own, but I wondered what other folks do along these lines.

Community
  • 1
  • 1
seandavi
  • 2,818
  • 4
  • 25
  • 52

1 Answers1

1

I've been using http://gitstats.sourceforge.net/ for this. Rather plain output but useful.

Peter Svensson
  • 6,105
  • 1
  • 31
  • 31