slackbuilds/development/gitstats
Willy Sudiarto Raharjo 19a0ac8f64 development/gitstats: Add man page.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-12 22:47:44 +07:00
..
README development/gitstats: Added (git history statistics generator). 2016-01-09 07:12:22 +07:00
gitstats.SlackBuild development/gitstats: Add man page. 2017-07-12 22:47:44 +07:00
gitstats.info development/gitstats: Added (git history statistics generator). 2016-01-09 07:12:22 +07:00
slack-desc development/gitstats: Added (git history statistics generator). 2016-01-09 07:12:22 +07:00

README

GitStats is a statistics generator for git (a distributed revision
control system) repositories. It examines the repository and produces
some interesting statistics from the history of it.

Usage:
gitstats <git repository path> <output path>

Example:
gitstats ~/slackbuilds ~/public_html/sbo

NOTE:
gitstats will read all history from the beginning.
It will take some time for big projects with long commits history.