hercules icon indicating copy to clipboard operation
hercules copied to clipboard

Gaining advanced insights from Git repository history.

Results 50 hercules issues
Sort by recently updated
recently updated
newest added

Commits / 24 hours / each developer + dynamic time warping + TSP ordering == team detection.

new-analysis

Based on [Mining Change Histories for Unknown Systematic Edits](http://soft.vub.ac.be/Publications/2017/vub-soft-tr-17-04.pdf) by @timmolderez

enhancement
help wanted
new-analysis

It is possible to classify each commit as bugfix or not using its message. If it is a bugfix, we record the owners of the changed lines and consider that...

new-analysis

Is there an option to exclude folders (node_modules, etc.) from counting the lines per dev added/removed?

I'm finding the documentation about how to run hercules to be unclear. I have both it and labours installed, but every variant of the command I'm trying doesn't sem to...

Initially hercules estimated 30min to complete. I've let it run over night. In morning I checked and after 9h progress it's just on ~ 40%. ``` ❯ hercules . --burndown...

Hi, I was wondering if it's possible to limit the indexing to commits just from one branch? I have been trying to create graphs for GCC but indexing all branches...

Since installing `labours` failed ( installing scipy stuff ) on my platform (MacOS 12.6.3 M1) I tried to use the docker image to run `hercules`. I want to analyze a...

Hi! I'm trying to draw devs-effor graph using dockerized version of tool. When I run following command: `docker run --rm -v :/repo srcd/hercules hercules --devs /repo | docker run --rm...