2
0

README 669 B

12345678910111213141516171819202122
  1. gitstats is a statistics generator for git repositories. It is mostly intended
  2. for developers, as a way to check some development statistics for a project.
  3. Currently it produces only HTML output with tables and graphs.
  4. Requirements
  5. ============
  6. - Python (>= 2.6.0)
  7. - Git (>= 1.5.2.4)
  8. - Gnuplot (>= 4.0.0)
  9. - a git repository (bare clone will work as well)
  10. The above versions are not absolute requirements; older versions may work also.
  11. Recommended
  12. ===========
  13. - Lots of memory and fast disk for large projects
  14. Contributions
  15. =============
  16. Patches should be sent under "GPLv2 or later" license - this will allow
  17. upgrading to newer GPL versions if they are sensible.