x / git-punch-card

A shitty script that generates a scatter plot tracking number of commits by author and hour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Punch Card

Setup

virtualenv env
. env/bin/activate
pip install -r requirements.txt

Usage

./punchcard.py /path/to/my/repo/.git

Optionally pass --normalize to normalize commits on a per-user basis.

Example Output

About

A shitty script that generates a scatter plot tracking number of commits by author and hour


Languages

Language:Python 100.0%