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

Releases: pinpt/ripsrc

6.1.2

09 Mar 17:40
ee1b00c
Compare
Choose a tag to compare

Fixed default value of IncrementalIgnoreBranchesOlderThan

6.1.1

25 Nov 22:39
6ec4425
Compare
Choose a tag to compare

DE-1798 the first commit on the default branch is not correct but it is on branches (non-default). add a new field FirstCommit on the Branch to correctly specify the first commit on the branch

6.1.0

09 Aug 18:49
ae2c2ec
Compare
Choose a tag to compare

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.

6.0.2

18 Jun 16:40
b1b278d
Compare
Choose a tag to compare

Better approach to detecting if a commit was signed or not (using GPG)

6.0.1

11 Jun 11:12
6b3529a
Compare
Choose a tag to compare

Add SHA to the Blame line so we can track the lines last commit

6.0.0

08 Jun 01:08
8d41748
Compare
Choose a tag to compare

Dates should now be in RFC3339 string format instead of epoch timestamp. This will allow us to understand the correct local time for activity vs assuming all activity is UTC.

5.2.0

17 May 14:16
55e8299
Compare
Choose a tag to compare

Fixed issues related to incremental processing

5.1.0

11 Mar 14:37
9c2433f
Compare
Choose a tag to compare

Changes around how branches are handled to improve visibility

5.0.1

05 Mar 17:21
d526a90
Compare
Choose a tag to compare

Small log changes

5.0.0

23 Jan 20:32
4eba217
Compare
Choose a tag to compare

New and shiny and totally re-written from the ground up for how we process blame information w/o using the non-performant git blame tool.