1

I tried using gitstats (http://gitstats.sourceforge.net/), but the damn thing doesn't generate graphs.

It requires gnuplot, which requires a bunch of other libs to be installed, none of which have a native OS X port. I've spent 4 hours trying to figure out how to install libpng to install libgd, to install lib... forget it.

Anyone know of a simpler way of generating visual git stat report for OS X?

AWF4vk
  • 5,810
  • 3
  • 37
  • 70

1 Answers1

4
# homebrew rocks
brew install gnuplot

# 'install' gitstats
git clone git://repo.or.cz/gitstats.git

# create and open reports
./gitstats path_to_your_git_repo path_to_report_output
open path_to_report_output/index.html
Renaud
  • 16,073
  • 6
  • 81
  • 79