mirror of
https://github.com/hoxu/gitstats.git
synced 2026-03-01 18:23:26 +01:00
A simple assumption is made about the tags: it's assumed that they come in chronological order, and share the same history (eg. v0.0.1, v0.0.2). That way, to get commits made for v0.0.2, we simply look for history from v0.0.1 to v0.0.2.
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) - 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 =========== - 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.