Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

6.1.0

Compare
Choose a tag to compare
@xzandrew xzandrew released this 09 Aug 18:49
· 23 commits to master since this release
ae2c2ec

Skip old branches in incremental processing.

We now skip old branches in incremental processing. Repos with old branches were not processed correctly before, skipping them now, since we are only interested in recent branches anyway.

In addition, added the following option:

// CommitFromMakeNonIncl by default we start from passed commit and include it.
// Set CommitFromMakeNonIncl to true to avoid returning it, and skipping
// reading/writing checkpoint.
CommitFromMakeNonIncl bool

Not including starting commit in output allows us to skip processing completely when there are no changes.