http-downloader
http-downloader copied to clipboard
chore(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.12.0
Bumps github.com/go-git/go-git/v5 from 5.10.1 to 5.12.0.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by
@moranCohen26
in go-git/go-git#994- git: Signer: fix usage of crypto.Signer interface by
@wlynch
in go-git/go-git#1029- git: Remote, fetch, adds the prune option. by
@juliens
in go-git/go-git#366- git: Add crypto.Signer option to CommitOptions. by
@wlynch
in go-git/go-git#996- git: Worktree checkout tag hash id (#959) by
@aymanbagabas
in go-git/go-git#966- git: Worktree, Don't panic on empty or root path when checking if it is valid by
@tim775
in go-git/go-git#1042- git: Add commit validation for Reset by
@pjbgf
in go-git/go-git#1048- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by
@onee-only
in go-git/go-git#1045- git: Implement Merge function with initial
FastForwardMerge
support by@pjbgf
in go-git/go-git#1044- plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by
@onee-only
in go-git/go-git#1036- plumbing: no panic in printStats function. Fixes #177 by
@nodivbyzero
in go-git/go-git#971- plumbing: object, Optimize logging with file. by
@onee-only
in go-git/go-git#1046- plumbing: object, check legitimacy in (*Tree).Encode by
@niukuo
in go-git/go-git#967- plumbing: format/gitattributes, close file in ReadAttributesFile by
@prskr
in go-git/go-git#1018- plumbing: check setAuth error. Fixes #185 by
@nodivbyzero
in go-git/go-git#969- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by
@Jerry-yz
in go-git/go-git#987- utils: merkletrie, calculate filesystem node's hash lazily. by
@candid82
in go-git/go-git#825- utils: update comment in node.go's Hash() by
@codablock
in go-git/go-git#992- _example: fix 404 link and added ssh-agent clone link by
@grinish21
in go-git/go-git#1022- _example: checkout-branch example by
@dlambda
in go-git/go-git#446- _example: example for git clone using ssh-agent by
@pjbgf
in go-git/go-git#998New Contributors
@candid82
made their first contribution in go-git/go-git#825@codablock
made their first contribution in go-git/go-git#992@Jerry-yz
made their first contribution in go-git/go-git#987@wlynch
made their first contribution in go-git/go-git#996@moranCohen26
made their first contribution in go-git/go-git#994@grinish21
made their first contribution in go-git/go-git#1022@prskr
made their first contribution in go-git/go-git#1018@dlambda
made their first contribution in go-git/go-git#446@juliens
made their first contribution in go-git/go-git#366@onee-only
made their first contribution in go-git/go-git#1036@tim775
made their first contribution in go-git/go-git#1042@niukuo
made their first contribution in go-git/go-git#967@avoidalone
made their first contribution in go-git/go-git#1047Full 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 go-git/go-git#950- git: stop iterating at oldest shallow when pulling. Fixes #305 by
@dhoizner
in go-git/go-git#939- plumbing: object, enable renames in getFileStatsFromFilePatches by
@djmoch
in go-git/go-git#941- storage: filesystem, Add option to set a specific FS for alternates by
@pjbgf
in go-git/go-git#953- Align worktree validation with upstream and remove build warnings by
@pjbgf
in go-git/go-git#958
... (truncated)
Commits
302ddde
Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048 from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047 from avoidalone/mastere6c3e58
Merge pull request #1044 from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)