Fast, insightful and highly customizable Git history analysis.

Vadim Markovtsev af9ddc0db7 Add sampling and commits settings 8 gadi atpakaļ
cmd af9ddc0db7 Add sampling and commits settings 8 gadi atpakaļ
.gitignore cce947b98a Initial commit 8 gadi atpakaļ
LICENSE cce947b98a Initial commit 8 gadi atpakaļ
README.md af9ddc0db7 Add sampling and commits settings 8 gadi atpakaļ
analyser.go af9ddc0db7 Add sampling and commits settings 8 gadi atpakaļ
file.go 186ff0d7e4 Improve progress reporting 8 gadi atpakaļ
file_test.go 05937ecfd6 Add internal integrity check 8 gadi atpakaļ
labours.py ad401f5a7c Add labours script 8 gadi atpakaļ
rbtree.go a3ee37f91f Initial files 8 gadi atpakaļ

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
git rev-list HEAD | tac | hercules -commits -sampling 7 - https://github.com/src-d/go-git | python3 labours.py

###License MIT.