Fast, insightful and highly customizable Git history analysis.

Vadim Markovtsev a28e9064c7 Merge pull request #1 from vmarkovtsev/master hace 8 años
cmd 186ff0d7e4 Improve progress reporting hace 9 años
.gitignore cce947b98a Initial commit hace 9 años
LICENSE cce947b98a Initial commit hace 9 años
README.md ad401f5a7c Add labours script hace 9 años
analyser.go 186ff0d7e4 Improve progress reporting hace 9 años
file.go 186ff0d7e4 Improve progress reporting hace 9 años
file_test.go 05937ecfd6 Add internal integrity check hace 9 años
labours.py ad401f5a7c Add labours script hace 9 años
rbtree.go a3ee37f91f Initial files hace 9 años

README.md

Hercules

This tool calculates the weekly lines burnout in a Git repository.

###Usage

hercules https://github.com/src-d/go-git | python3 labours.py
hercules /path/to/cloned/go-git | python3 labours.py
hercules https://github.com/torvalds/linux /tmp/linux_cache | python3 labours.py

###License MIT.