Heikki Hokkanen f9fa40d813 List of Authors: added "# by commits" column. hace 18 años
..
GPLv2 Added the GPLv2 license. hace 18 años
INSTALL Added doc/INSTALL. hace 18 años
README doc/README: what it does currently. hace 18 años
TODO.txt List of Authors: added "# by commits" column. hace 18 años
author.txt Portability: use python's reverse() instead of |tac. hace 18 años
license Added the GPLv2 license. hace 18 años
roadmap.txt Added doc/: readme, license, roadmap. hace 18 años

README

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