GitStats is a statistics generator for git (a distributed revision control system) repositories. It examines the repository and produces some interesting statistics from the history of it. Currently HTML is the only output format.
Also see the SourceForge project page.
Here is a list of some statistics generated currently:
See the examples directory for example statistics generated for various projects.
GitStats repository is hosted on both GitHub and Gitorious.
The recommended way to get GitStats is to clone it with git:
git clone git://github.com/hoxu/gitstats.git
The repository also contains the web site in the web branch.
Alternatively, you can download a tarball of the latest version.
If you are running Debian Squeeze, Wheezy or Sid, you can install gitstats with:
apt-get install gitstats
But note that the version in Debian is most likely much older than the latest version available in git.
On Fedora 17 or later and EL6 distributions that have the EPEL repository [1] enabled:
yum install gitstats
Homebrew contains a head-only recipe for gitstats:
brew install --HEAD homebrew/head-only/gitstats
Both the code and the web site are licensed under GPLv2/GPLv3.