blob: e184d728be92309f4c099d17dbc60b28d3ea37a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|