src-d / hercules

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

possible to limit to just one branch #392

Open Mistuke opened 11 months ago

Mistuke commented 11 months ago

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 gives inaccurate results due to feature branches etc.

It also runs out of memory, so being able to index on one branch only would be very helpful.

Thanks, Tamar