Skip to content

Releases: go-git/go-git-fixtures

v5.0.0

28 Dec 20:22
543c236
Compare
Choose a tag to compare

What's Changed

  • Add packfile with a ref-delta object before base object by @ZauberNerd in #6
  • House keeping and documentation improvements by @pjbgf in #8
  • Add basic commit-graph-chain fixture by @zeripath in #10
  • Add second commit-graph with generation v2 data by @zeripath in #11
  • Add SHA256 pack (.pack, .idx and .rev) + General Improvements by @pjbgf in #12
  • build: bump actions/checkout from 3 to 4 by @dependabot in #13
  • build: bump actions/setup-go from 3 to 4 by @dependabot in #14
  • Remove packfile tag from the packfile-sha256 fixture by @pjbgf in #16
  • Add Git Notes by @JakobDev in #15
  • build: bump actions/setup-go from 4 to 5 by @dependabot in #17
  • build: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #18
  • Refactoring and removing check.v1 by @pjbgf in #20
  • build: bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 by @dependabot in #21
  • build: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #22
  • Bump dependencies and general housekeeping by @pjbgf in #24

New Contributors

Full Changelog: v4.3.1...v5.0.0

v4.3.1

05 Jan 00:55
2839385
Compare
Choose a tag to compare
Merge pull request #5 from ga-paul-t/add-missing-idx

add missing idx packfile to test fixture

v4.3.0

27 Dec 19:58
7a3fd16
Compare
Choose a tag to compare
Merge pull request #4 from ga-paul-t/add-codecommit-packfile

add codecommit packfile to test fixtures

v4.2.2

02 May 23:43
d752b99
Compare
Choose a tag to compare
  • go modules: update go-billy (d752b99)

v4.2.1

02 May 22:09
8a402b8
Compare
Choose a tag to compare

v4.2.0

02 May 21:59
8a402b8
Compare
Choose a tag to compare
  • internal: tgz, implementation based on go-billy (d6f713e)
  • fully based on go-billy (192ee1a)

v4.1.0

22 Apr 20:58
c960a32
Compare
Choose a tag to compare

Changelog

  • Added fixture for linked-worktree (b788383)
  • Add repository without default master branch (d9f5651)
  • go modules: update dependencies (c960a32)

v4.0.1

10 Mar 12:25
089186f
Compare
Choose a tag to compare
TeardDownSuite remove err validation

v4.0.0

09 Mar 23:35
0b7af18
Compare
Choose a tag to compare

Changelog

  • Go modules support
  • Remove dependency to go-git