Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

ryanfox/git-hindsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look at your git repo in hindsight.

Usage

(on the command line)

$ git log --numstat > gitlog.txt

(in python)

>>> from hindsight import *
>>> repo = Repo('gitlog.txt')
>>> repo.plotfileloc('foo.py')
>>> from datetime import datetime
>>> repo.plotrepoloc(after=datetime(2013, 1, 10))

Planned functionality

-View graphs of your codebase over time:

Change in file count Biggest/smallest commits Mean/median/mode commit size

-Who added/deleted the most lines

-Histogram of commits (LOC changed)

-Refactor to use object-oriented matplotlib plotting pattern

About

Look at your git repository in hindsight.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages