Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.3.0 #55

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/go-git/go-git/v5 from 5.0.0 to 5.3.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.3.0

Change Log

  • transport: ssh, fix cloning large repositories #272 (dcu)
  • diff: Allow srcPrefix and dstPrefix to be configured #265 (yabberyabber)
  • Remote: add RequireRemoteRefs to PushOptions #258 (asuffield)
  • plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc #256 (andrewarchi)
  • plumbing: wire up contexts for Transport.AdvertisedReferences #246 (asuffield)
  • worktree: Don't remove root directory when cleaning #230 (hansmi)
  • *: add insecureSkipTLS and cabundle #228 (StrongMonkey)
  • git: worktree_commit, just store objects not already stored #224 (jsteuer)
  • plumbing: packp: adding "object-format" and "filter" capabilities #222 (rofc)
  • Submodule: fix relative submodule resolution #195 (adracus)
  • git: worktree, Support relative submodule URL. #184 (mikyk10)
  • config: add init.defaultBranch to the config #178 (tomlazar)
  • config: support insteadOf for remotes' URLs #79 (kostyay)

v5.2.0

Change Log

v5.1.0

This version includes three main relevant features, the long-awaited support for renames on diff by hash and similar content (#38, #42), color diff support (#40), and support for work with git config from different scopes and Worktree.Commit with an empty CommitOptions (#75)

Change Log

  • Repository.ConfigScoped and Worktree.Commit with empty CommitOptions (#75)
  • Remote.Push: support force option (#71)
  • Remote.Fetch: support exact SHA1 refspecs (#58)

... (truncated)

Commits
  • d5ed15d plumbing: transport/ssh, fix no agent test on windows
  • b0ef4d4 go modules updated
  • 4ac486c github-action: update go version
  • 9d995cb *: fix flaky test
  • e5bbc4d plumbing: wire up contexts for Transport.AdvertisedReferences (#246)
  • 1f32838 transport: ssh, fix cloning large repositories (#272)
  • bf3471d add RequireRemoteRefs to PushOptions (#258)
  • 55ba7b2 diff: Allow srcPrefix and dstPrefix to be configured (#265)
  • 4519f59 plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)
  • c66023a git: worktree_commit, just store objects not already stored (#224)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.0.0 to 5.3.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.0.0...v5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 30, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #58.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.3.0 branch May 24, 2021 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gitignore not working
0 participants