Skip to content

Instantly share code, notes, and snippets.

@mahdibh
mahdibh / git_code_churn.py
Created May 29, 2012 22:50 — forked from wesm/git_code_churn.py
Little script to get a time series of code churn (insertions, deletions) on a git repo
from dateutil import parser
import subprocess
import os
import re
import sys
import tempfile
import numpy as np
from pandas import *