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

build(deps): bump git-repository from 0.30.2 to 0.31.0 #5376

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps git-repository from 0.30.2 to 0.31.0.

Release notes

Sourced from git-repository's releases.

git-repository v0.31.0

New Features

  • fetching ssh urls can ask for a different username. If authentication fails, the user will be queried for a different username to try authentication via ssh mechanisms again.
  • collect ssh-specific options to control how the ssh program is invoked. These are passed through when creating the ssh transport.

Other

  • explain how it's possible to deal with the first commit when comparing trees The reason the other tree isn't an option is that it's a special case that can more easily be handled with an .unwrap_or_else(|| repo.empty_tree()) (or similar) for those who need it.

    Making the empty tree explicit also helps to deal with diffs from the empty tree (which can't be Option<Tree>) to the first tree of the first commit.

Chore (BREAKING)

  • upgrade to prodash v23

Commit Statistics

  • 9 commits contributed to the release over the course of 1 calendar day.
  • 4 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: #676

Commit Details

  • #676
    • explain how it's possible to deal with the first commit when comparing trees (9fabfc5)
  • Uncategorized
    • prepare changelogs prior to release (30d8ca1)
    • adapt to changes in git-worktree (5a97bb5)
    • make fmt (511ed00)
    • Merge branch 'adjustments-for-cargo' (f8c562a)
    • fetching ssh urls can ask for a different username. (d48b9a7)
    • upgrade to prodash v23 (9172079)
    • adapt to changes in git-repository and git-transport (d336368)
    • collect ssh-specific options to control how the ssh program is invoked. (61d89f5)
Commits
  • 5ac9fbe Release git-features v0.26.0, git-actor v0.16.0, git-attributes v0.8.0, git-o...
  • 30d8ca1 prepare changelogs prior to release
  • fed38c9 fix: improve error message for when an invoked transport program can't be found.
  • f0997bf fix: assure processing thread is up before continuing.
  • c60c89d parse additional ssh messaegs into io-errors.
  • efe0c13 Set a stance regarding lifetimes usage.
  • 5a97bb5 adapt to changes in git-worktree
  • d7ee622 change!: Simplify Cache by removing its lifetime.
  • 4b8abb0 feat: display the underlying permission denied error as source when failng ha...
  • 511ed00 make fmt
  • 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)

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.30.2...git-repository-v0.31.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A-dependencies Area: Dependency rust Pull requests that update Rust code labels Jan 2, 2023
@the-mikedavis the-mikedavis merged commit 88f9cde into master Jan 3, 2023
@the-mikedavis the-mikedavis deleted the dependabot/cargo/git-repository-0.31.0 branch January 3, 2023 03:14
semin-park pushed a commit to semin-park/helix that referenced this pull request Jan 4, 2023
…5376)

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.30.2...git-repository-v0.31.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semin-park pushed a commit to semin-park/helix that referenced this pull request Jan 4, 2023
…5376)

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.30.2...git-repository-v0.31.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
seewishnew pushed a commit to seewishnew/helix that referenced this pull request Jan 6, 2023
…5376)

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.30.2...git-repository-v0.31.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
freqmod pushed a commit to freqmod/helix that referenced this pull request Feb 8, 2023
…5376)

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.30.2...git-repository-v0.31.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant