Fast, insightful and highly customizable Git history analysis.

Vadim Markovtsev 5c0e755dd8 Improve labours script in many ways 9 vuotta sitten
cmd c970d92f77 Fix sampling and the labours script 9 vuotta sitten
.gitignore cce947b98a Initial commit 9 vuotta sitten
LICENSE cce947b98a Initial commit 9 vuotta sitten
README.md af9ddc0db7 Add sampling and commits settings 9 vuotta sitten
analyser.go c970d92f77 Fix sampling and the labours script 9 vuotta sitten
file.go 186ff0d7e4 Improve progress reporting 9 vuotta sitten
file_test.go 05937ecfd6 Add internal integrity check 9 vuotta sitten
labours.py 5c0e755dd8 Improve labours script in many ways 9 vuotta sitten
rbtree.go a3ee37f91f Initial files 9 vuotta sitten

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.