2007-09-06 15:32:37 +03:00
..
2007-08-12 10:23:08 +03:00
2007-08-21 19:22:55 +03:00
2007-08-12 10:23:08 +03:00
2007-08-16 15:30:48 +03:00

gitstats is a statistics generator for revision control systems (for now, only
git). 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)
- Git (>= 1.5.2.4)
- Gnuplot (>= 4.0.0)
- Complete, clean git repository (bare or shallow will *not* do)

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

Recommended
===========
- Lot of memory and fast disk for large projects