Sourced from github.com/go-git/go-git/v5's releases.
v5.17.1
What's Changed
- build: Update module github.com/cloudflare/circl to v1.6.3 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1930- [v5] plumbing: format/index, Improve v4 entry name validation by
@pjbgfin go-git/go-git#1935- [v5] plumbing: format/idxfile, Fix version and fanout checks by
@pjbgfin go-git/go-git#1937Full Changelog: https://github.com/go-git/go-git/compare/v5.17.0...v5.17.1
v5.17.0
What's Changed
- build: Update module github.com/go-git/go-git/v5 to v5.16.5 [SECURITY] (releases/v5.x) by
@go-git-renovate[bot] in go-git/go-git#1839- git: worktree, optimize infiles function for very large repos by
@k-anshulin go-git/go-git#1853- git: Add strict checks for supported extensions by
@pjbgfin go-git/go-git#1861- backport, git: Improve Status() speed with new index.ModTime check by
@cedric-appdirectin go-git/go-git#1862- storage: filesystem, Avoid overwriting loose obj files by
@pjbgfin go-git/go-git#1864Full Changelog: https://github.com/go-git/go-git/compare/v5.16.5...v5.17.0
5e23dfd
Merge pull request #1937
from pjbgf/idx-v56b38a32
Merge pull request #1935
from pjbgf/index-v5cd757fc
plumbing: format/idxfile, Fix version and fanout checks3ec0d70
plumbing: format/index, Fix tree extension invalidated entry
parsingdbe10b6
plumbing: format/index, Align V2/V3 long name and V4 prefix encoding
with Gite9b65df
plumbing: format/index, Improve v4 entry name validationadad18d
Merge pull request #1930
from go-git/renovate/releases/v5.x-go-github.com-clo...29470bd
build: Update module github.com/cloudflare/circl to v1.6.3
[SECURITY]bdf0688
Merge pull request #1864
from pjbgf/v5-issue-555290e52
storage: filesystem, Avoid overwriting loose obj files. Fixes #55