cli
cli copied to clipboard
fix(deps): update module github.com/go-git/go-git/v5 to v5.5.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/go-git/go-git/v5 | require | minor | v5.4.2 -> v5.5.0 |
Release Notes
go-git/go-git
v5.5.0
What's Changed
- *: add collision resistent SHA1 implementation by @pjbgf in https://github.com/go-git/go-git/pull/618
- *: replace go-homedir with os.UserHomeDir by @mvdan in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by @noerw in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by @tjamet in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by @john-cai in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by @S-Bohn in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by @john-cai in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by @john-cai in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by @tklauser in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by @john-cai in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by @muesli in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_* to io.Seek* by @abhinav in https://github.com/go-git/go-git/pull/421
- config: add branch description support by @ninedraft in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by @michenriksen in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by @pjbgf in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by @pjbgf in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by @jfontan in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of
GO_GIT_USER_AGENT_EXTRA. Fixes #529 by @stewing in https://github.com/go-git/go-git/pull/531 - plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by @tylerchr in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by @caarlos0 in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by @abhinav in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported
multi_ackcapability by @pjbgf in https://github.com/go-git/go-git/pull/613 - plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes #411 by @evanelias in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by @ga-paul-t in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by @zeripath in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by @john-cai in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by @enisdenjo in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by @To1ne in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes #309 by @dowy in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by @tklauser in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by @pjbgf in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by @snebel29 in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by @nep-0 in https://github.com/go-git/go-git/pull/408
Full Changelog: https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #403 (28a0201) into main (44091ff) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #403 +/- ##
=======================================
Coverage 85.36% 85.36%
=======================================
Files 122 122
Lines 5378 5378
=======================================
Hits 4591 4591
Misses 648 648
Partials 139 139