README 418 B

1234567891011121314
  1. GitStats is a statistics generator for git (a distributed revision
  2. control system) repositories. It examines the repository and produces
  3. some interesting statistics from the history of it.
  4. Usage:
  5. gitstats <git repository path> <output path>
  6. Example:
  7. gitstats ~/slackbuilds ~/public_html/sbo
  8. NOTE:
  9. gitstats will read all history from the beginning.
  10. It will take some time for big projects with long commits history.