gitplots

Plots from git logs


License
GPL-3.0
Install
pip install gitplots==0.1.0

Documentation

Gitplots

A small script to plot comparative commit history across mutiple git repositories, assuming the following directory structure:

{gitroot}/{category}/{repository}

Requires matplotlib and pandas.

Installation:

pip install gitplots

Example usage:

gitplots.py --gitroot {gitroot}
gitplots.py --help