pinpt / ripsrc

Library for ripping through git repos to analyze the source code
MIT License
22 stars 5 forks source link

APP-1751 Additional git log filtering in incremental runs #20

Closed xzandrew closed 5 years ago

xzandrew commented 5 years ago

When running incremental processing with AllBranches=true, git log was returning much older commits than expected. This PR adds additional filtering after parsing output of git log. It's not possible to only return what we want from git log when asking for data for all branches.