semanticore
semanticore copied to clipboard
fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/go-git/go-git/v5 | v5.10.0 -> v5.12.0 |
Release Notes
go-git/go-git (github.com/go-git/go-git/v5)
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in https://github.com/go-git/go-git/pull/994
- git: Signer: fix usage of crypto.Signer interface by @wlynch in https://github.com/go-git/go-git/pull/1029
- git: Remote, fetch, adds the prune option. by @juliens in https://github.com/go-git/go-git/pull/366
- git: Add crypto.Signer option to CommitOptions. by @wlynch in https://github.com/go-git/go-git/pull/996
- git: Worktree checkout tag hash id (#959) by @aymanbagabas in https://github.com/go-git/go-git/pull/966
- git: Worktree, Don't panic on empty or root path when checking if it is valid by @tim775 in https://github.com/go-git/go-git/pull/1042
- git: Add commit validation for Reset by @pjbgf in https://github.com/go-git/go-git/pull/1048
- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by @onee-only in https://github.com/go-git/go-git/pull/1045
- git: Implement Merge function with initial
FastForwardMerge
support by @pjbgf in https://github.com/go-git/go-git/pull/1044 - plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by @onee-only in https://github.com/go-git/go-git/pull/1036
- plumbing: no panic in printStats function. Fixes #177 by @nodivbyzero in https://github.com/go-git/go-git/pull/971
- plumbing: object, Optimize logging with file. by @onee-only in https://github.com/go-git/go-git/pull/1046
- plumbing: object, check legitimacy in (*Tree).Encode by @niukuo in https://github.com/go-git/go-git/pull/967
- plumbing: format/gitattributes, close file in ReadAttributesFile by @prskr in https://github.com/go-git/go-git/pull/1018
- plumbing: check setAuth error. Fixes #185 by @nodivbyzero in https://github.com/go-git/go-git/pull/969
- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by @Jerry-yz in https://github.com/go-git/go-git/pull/987
- utils: merkletrie, calculate filesystem node's hash lazily. by @candid82 in https://github.com/go-git/go-git/pull/825
- utils: update comment in node.go's Hash() by @codablock in https://github.com/go-git/go-git/pull/992
- _example: fix 404 link and added ssh-agent clone link by @grinish21 in https://github.com/go-git/go-git/pull/1022
- _example: checkout-branch example by @dlambda in https://github.com/go-git/go-git/pull/446
- _example: example for git clone using ssh-agent by @pjbgf in https://github.com/go-git/go-git/pull/998
New Contributors
- @candid82 made their first contribution in https://github.com/go-git/go-git/pull/825
- @codablock made their first contribution in https://github.com/go-git/go-git/pull/992
- @Jerry-yz made their first contribution in https://github.com/go-git/go-git/pull/987
- @wlynch made their first contribution in https://github.com/go-git/go-git/pull/996
- @moranCohen26 made their first contribution in https://github.com/go-git/go-git/pull/994
- @grinish21 made their first contribution in https://github.com/go-git/go-git/pull/1022
- @prskr made their first contribution in https://github.com/go-git/go-git/pull/1018
- @dlambda made their first contribution in https://github.com/go-git/go-git/pull/446
- @juliens made their first contribution in https://github.com/go-git/go-git/pull/366
- @onee-only made their first contribution in https://github.com/go-git/go-git/pull/1036
- @tim775 made their first contribution in https://github.com/go-git/go-git/pull/1042
- @niukuo made their first contribution in https://github.com/go-git/go-git/pull/967
- @avoidalone made their first contribution in https://github.com/go-git/go-git/pull/1047
Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
v5.11.0
What's Changed
- git: validate reference names (#929) by @aymanbagabas in https://github.com/go-git/go-git/pull/950
- git: stop iterating at oldest shallow when pulling. Fixes #305 by @dhoizner in https://github.com/go-git/go-git/pull/939
- plumbing: object, enable renames in getFileStatsFromFilePatches by @djmoch in https://github.com/go-git/go-git/pull/941
- storage: filesystem, Add option to set a specific FS for alternates by @pjbgf in https://github.com/go-git/go-git/pull/953
- Align worktree validation with upstream and remove build warnings by @pjbgf in https://github.com/go-git/go-git/pull/958
New Contributors
- @dhoizner made their first contribution in https://github.com/go-git/go-git/pull/939
- @djmoch made their first contribution in https://github.com/go-git/go-git/pull/941
Full Changelog: https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0
v5.10.1
What's Changed
- Worktree, ignore ModeSocket files by @steiler in https://github.com/go-git/go-git/pull/930
- git: add tracer package by @aymanbagabas in https://github.com/go-git/go-git/pull/916
- remote: Flip clause for fast-forward only check by @adityasaky in https://github.com/go-git/go-git/pull/875
- plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachable proxy server is set. Fixes #900 by @anandf in https://github.com/go-git/go-git/pull/901
- plumbing: uppload-server-info, implement upload-server-info by @aymanbagabas in https://github.com/go-git/go-git/pull/896
- plumbing: optimise memory consumption for filesystem storage by @pjbgf in https://github.com/go-git/go-git/pull/799
- plumbing: format/packfile, Refactor patch delta by @pjbgf in https://github.com/go-git/go-git/pull/908
- plumbing: fix empty uploadpack request error by @aymanbagabas in https://github.com/go-git/go-git/pull/932
- plumbing: transport/git, Improve tests error message by @pjbgf in https://github.com/go-git/go-git/pull/752
- plumbing: format/pktline, Respect pktline error-line errors by @aymanbagabas in https://github.com/go-git/go-git/pull/936
- utils: remove ioutil.Pipe and use std library io.Pipe by @aymanbagabas in https://github.com/go-git/go-git/pull/922
- utils: move trace to utils by @aymanbagabas in https://github.com/go-git/go-git/pull/931
- cli: separate go module for cli by @aymanbagabas in https://github.com/go-git/go-git/pull/914
- build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in https://github.com/go-git/go-git/pull/887
- build: bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/go-git/go-git/pull/891
- build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 by @dependabot in https://github.com/go-git/go-git/pull/888
- build: bump actions/checkout from 3 to 4 by @dependabot in https://github.com/go-git/go-git/pull/890
- build: bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in https://github.com/go-git/go-git/pull/907
- build: bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in https://github.com/go-git/go-git/pull/906
- build: bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in https://github.com/go-git/go-git/pull/917
- build: bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in https://github.com/go-git/go-git/pull/918
New Contributors
- @anandf made their first contribution in https://github.com/go-git/go-git/pull/901
- @steiler made their first contribution in https://github.com/go-git/go-git/pull/930
Full Changelog: https://github.com/go-git/go-git/compare/v5.10.0...v5.10.1
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.