You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo 566cf0ad66 development/gitstats: Switch to i586. 9 years ago
..
README development/gitstats: Added (git history statistics generator). 10 years ago
gitstats.SlackBuild development/gitstats: Switch to i586. 9 years ago
gitstats.info development/gitstats: Added (git history statistics generator). 10 years ago
slack-desc development/gitstats: Added (git history statistics generator). 10 years ago

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.