mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e449a5580f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
418 B
Text
13 lines
418 B
Text
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.
|