Informational plotting about Git with CairoPlot
Go to file
R. Tyler Ballance 4c02784597 Add the basic churn graph
The left column is the "average net lines changed per commit" whereas the line on the right is the "average files changed per commit"

Bar might not be the right choice

Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
2009-01-08 01:21:14 -08:00
contrib Turn off three dimension graphs 2009-01-02 01:41:36 -08:00
examples Add some examples; graphs for Linux and Perl5 Git repositories 2009-01-05 08:11:25 -08:00
internal Add the basic churn graph 2009-01-08 01:21:14 -08:00
.gitignore Add some examples; graphs for Linux and Perl5 Git repositories 2009-01-05 08:11:25 -08:00
NOTES Add some basic docs 2009-01-02 14:13:35 -08:00
README Dummy commit to test twitter integration with GitHub 2009-01-06 23:16:48 -08:00
git-plot.py Support the statistics gathering for the churn graph 2009-01-08 00:42:42 -08:00

README

  ____    _____      _      ____    __  __   _____ 
 |  _ \  | ____|    / \    |  _ \  |  \/  | | ____|
 | |_) | |  _|     / _ \   | | | | | |\/| | |  _|  
 |  _ <  | |___   / ___ \  | |_| | | |  | | | |___ 
 |_| \_\ |_____| /_/   \_\ |____/  |_|  |_| |_____|
===================================================

ABOUT
-----------------
git-plot is a tool intended on helping visualize activity being performed inside a 
particular Git repository.

Currently the project is not "released" insofar that it's really far more experimental
than anything else right now.



REQUIREMENTS
-----------------
git-plot depends on Python, Cairo and PyCairo being installed; and naturally Git