git-punch-card

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

0
2
0
Python
public

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

v0.3.3[beta]