diff options
Diffstat (limited to 'development/gitstats/README')
-rw-r--r-- | development/gitstats/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/gitstats/README b/development/gitstats/README new file mode 100644 index 000000000000..e184d728be92 --- /dev/null +++ b/development/gitstats/README @@ -0,0 +1,13 @@ +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. |