summaryrefslogtreecommitdiffstats
path: root/development/gitstats/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-01-03 01:16:35 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:22 +0100
commite449a5580f63dedd55308eea63e6b8283f941d7e (patch)
treec7ee1635bb32407aab58c009038c9634fb9d02c4 /development/gitstats/README
parentea49650a3f80ef2a3df4073460e6f26c00f99384 (diff)
downloadslackbuilds-e449a5580f63dedd55308eea63e6b8283f941d7e.tar.gz
development/gitstats: Added (git history statistics generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gitstats/README')
-rw-r--r--development/gitstats/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/gitstats/README b/development/gitstats/README
new file mode 100644
index 0000000000..e184d728be
--- /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.