/gitplots

Plots from git logs.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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