Sourced from github.com/go-git/go-git/v5's releases.
v5.16.5
What's Changed
- build: Update module golang.org/x/crypto to v0.45.0 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1744- build: Bump Go test versions to 1.23-1.25 (v5) by
@pjbgfin go-git/go-git#1746- [v5] git: worktree, Don't delete local untracked files when resetting worktree by
@Ch00kin go-git/go-git#1800- Expand packfile checks by
@pjbgfin go-git/go-git#1836Full Changelog: https://github.com/go-git/go-git/compare/v5.16.4...v5.16.5
v5.16.4
What's Changed
- backport plumbing: format/idxfile, prevent panic by
@swillsin go-git/go-git#1732- [backport] build: test, Fix build on Windows. by
@pjbgfin go-git/go-git#1734- build: Update module golang.org/x/net to v0.38.0 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1742- build: Update module github.com/cloudflare/circl to v1.6.1 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1741- build: Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1743Full Changelog: https://github.com/go-git/go-git/compare/v5.16.3...v5.16.4
v5.16.3
What's Changed
- internal: Expand regex to fix build [5.x] by
@balooin go-git/go-git#1644- build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by
@balooin go-git/go-git#1646- plumbing: support commits extra headers, support jujutsu signed commit [5.x] by
@balooin go-git/go-git#1633Full Changelog: https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3
v5.16.2
What's Changed
- utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by
@kane8nin go-git/go-git#1567Full Changelog: https://github.com/go-git/go-git/compare/v5.16.1...v5.16.2
v5.16.1
What's Changed
- utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x by
@kane8nin go-git/go-git#1561New Contributors
@kane8nmade their first contribution in go-git/go-git#1561Full Changelog: https://github.com/go-git/go-git/compare/v5.16.0...v5.16.1
v5.16.0
What's Changed
- [v5] plumbing: support mTLS for HTTPS protocol by
@hiddecoin go-git/go-git#1510- v5: plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514 by
@pjbgfin go-git/go-git#1515
... (truncated)
48a1ae0
Merge pull request #1836
from go-git/check-v542bdf1f
storage: filesystem, Verify idx matches pack file4146a56
plumbing: format/idxfile, Verify idxfile's checksum63d78ec
plumbing: format/packfile, Add new ErrMalformedPackFile25f1624
Merge pull request #1800
from Ch00k/no-delete-untracked-v5600fb13
git: worktree, Don't delete local untracked files when resetting
worktree390a569
Merge pull request #1746
from pjbgf/bump-go61c8b85
build: Bump Go test versions to 1.23-1.25 (v5)e5a05ec
Merge pull request #1744
from go-git/renovate/releases/v5.x-go-golang.org-x-c...1495930
plumbing: Remove use of non-constant format strings