src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.06k stars 146 forks source link

how to analyse a specific version of a repository? #379

Open BeastyBlacksmith opened 3 years ago

BeastyBlacksmith commented 3 years ago

I tried running with

hercules https://github.com/owner/repo/tree/version

but that replied with repository not found

znerd commented 2 years ago

@BeastyBlacksmith I'm not sure that's how it works. What you could do is download the git repository, and remove the branches/commits that you don't to be analyzed. Or perhaps there is an option to only consider one path through the history (single parent only or so?)