Skip to content

cheng2014/GitStats

This branch is 11 commits behind dmitryn/GitStats:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05b0a51 · Feb 26, 2013
Jan 31, 2010
Mar 23, 2012
Feb 21, 2012
Feb 25, 2010
Feb 26, 2013
Oct 21, 2008
Oct 21, 2008
Oct 21, 2008
Jan 27, 2012
Jan 17, 2010
Oct 21, 2008

Repository files navigation

About

gitstats is a statistics generator for git repositories. It is mostly intended for developers, as a way to check some development statistics for a project.

Currently it produces only HTML output with tables and graphs.

Requirements

  • Python (>= 2.4.4) (python3 is not supported)
  • Git (>= 1.5.2.4)
  • Gnuplot (>= 4.0.0)
  • a git repository (bare clone will work as well)

The above versions are not absolute requirements; older versions may work also.

Install

gitstats does not currently need to be installed; it's used right from the directory (it also assumes some files like the stylesheet are in .)

Suppose you have a git project at /mnt/src/git/project and you want to save the statistics to ~/public_html/project

You would run:

$ ./git-stats /mnt/src/git/project ~/public_html/project

or with git-stats executable in your PATH:

$ git stats /mnt/src/git/project ~/public_html/project

(go grab a cup of coffee if it's a large project :)

$ open ~/public_html/project/index.html

Recommended

  • Lots of memory and fast disk for large projects

Contributions

Patches should be sent under "GPLv2 or older" license - this will allow upgrading to newer GPL versions if they are sensible.

About

Statistics generator for git repositories. Fork of http://gitstats.sourceforge.net/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published