GIGA
GIGA copied to clipboard
Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.6.0
Bumps github.com/go-git/go-git/v5 from 5.4.2 to 5.6.0.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
v5.6.0
What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes #670) by
@mbohyin go-git/go-git#671- *: remove need to build with CGO by
@pjbgfin go-git/go-git#688- plumbing: support SSH/X509 signed tags by
@hiddecoin go-git/go-git#690Full Changelog: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
v5.5.2
What's Changed
- *: update go-billy v5.4.0, removes data races. Fixes #629 by
@mcuadrosin go-git/go-git#653- Worktree: Add, fix add removed files. Fixes #223 by
@tfujiwarin go-git/go-git#652Full Changelog: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
v5.5.1
What's Changed
- *: fix error when building with
CGO_ENABLED=0by@pjbgfin go-git/go-git#625- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by
@doxschin go-git/go-git#617- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by
@pjbgfin go-git/go-git#623Full Changelog: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
v5.5.0
What's Changed
- *: add collision resistent SHA1 implementation by
@pjbgfin go-git/go-git#618- *: replace go-homedir with os.UserHomeDir by
@mvdanin go-git/go-git#535- Remote: add RemoteURL to {Fetch,Pull,Push}Options by
@noerwin go-git/go-git#375- Remote: Push, add support to push commits per hashes by
@tjametin go-git/go-git#325- Remote: Push, add ForceWithLease Push Option by
@john-caiin go-git/go-git#404- Remote: PushOptions add push-options by
@S-Bohnin go-git/go-git#399- Remote: Push, add atomic to push options by
@john-caiin go-git/go-git#406- Remote: add FollowTags option for pushes by
@john-caiin go-git/go-git#385- Worktree: use syscall.Timespec.Unix by
@tklauserin go-git/go-git#437- Worktree: Checkout, simplified sparse checkout by
@john-caiin go-git/go-git#410- Repository: don't crash accessing invalid pathinfo by
@muesliin go-git/go-git#443- storage: filesystem, switch from os.SEEK_* to io.Seek* by
@abhinavin go-git/go-git#421- config: add branch description support by
@ninedraftin go-git/go-git#409- revision: fix endless looping in revision parser by
@michenriksenin go-git/go-git#475- pumbling: optimise zlib reader and consolidate sync.Pools by
@pjbgfin go-git/go-git#608- pumbling: parse optimisations by
@pjbgfin go-git/go-git#602- plumbing: object, rename calculation uses too much memory by
@jfontanin go-git/go-git#503- plumbing: protocol/pakp and server, include the contents of
GO_GIT_USER_AGENT_EXTRA. Fixes #529 by@stewingin go-git/go-git#531- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by
@tylerchrin go-git/go-git#521- plumbing: protocol/pakp, update agent by
@caarlos0in go-git/go-git#453- plumbing: protocol/pakp: Actions should have type Action by
@abhinavin go-git/go-git#420- plumbing: protocol/pakp: allow unsupported
multi_ackcapability by@pjbgfin go-git/go-git#613
... (truncated)
Commits
b826c51Merge pull request #690 from hiddeco/recognize-tag-signatures2401659Merge pull request #688 from pjbgf/bump-sha1cdf1dc529plumbing: support SSH/X509 signed tagsbd33c95Remove need to build with CGO7ab4957ci: update go versionf848aafgit: worktree: check for empty parent dirs during Reset (Fixes #670) (#671)5dabd83Worktree: Add, fix add removed files. Fixes #223 (#652)6839cd5Merge pull request #653 from go-git/billy0162fb1go.mod: update go-billy v5.4.0, removes races736622f.github: test, remove coveralls- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)