freebsd-ports/devel/gitinspector/pkg-descr
Rui Paulo f99b5838ff Add devel/gitinspector.
gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.

Differential Revision:	https://reviews.freebsd.org/D1529
Reviewed by:	bapt
Approved by:	bapt
2015-01-15 15:51:37 +00:00

8 lines
450 B
Text

gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.
WWW: https://code.google.com/p/gitinspector/