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

chore(deps): bump git2 from 0.17.2 to 0.18.2 #92

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps git2 from 0.17.2 to 0.18.2.

Changelog

Sourced from git2's changelog.

0.18.2 - 2024-02-06

0.18.1...0.18.2

Added

  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations. #997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient. #1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash. #1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash. #1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash. #1014

Changed

0.18.1 - 2023-09-20

0.18.0...0.18.1

Added

  • Added FetchOptions::depth to set the depth of a fetch or clone, adding support for shallow clones. #979

Fixed

  • Fixed an internal data type (TreeWalkCbData) to not assume it is a transparent type while casting. #989
  • Fixed so that DiffPatchidOptions and StashSaveOptions are publicly exported allowing the corresponding APIs to actually be used. #988

0.18.0 - 2023-08-28

0.17.2...0.18.0

Added

  • Added Blame::blame_buffer for getting blame data for a file that has been modified in memory. #981

Changed

... (truncated)

Commits
  • 987c4e6 Merge pull request #1018 from ehuss/changelog
  • 57dc89c Update changelog for next release.
  • 9e57876 Merge pull request #1017 from weihanglo/libgit2-1.7.2
  • 173232a Merge pull request #1014 from Brooooooklyn/master
  • 4f9b2c5 Merge pull request #1015 from Brooooooklyn/lookup-tag-prefix
  • e10093e Add link to libgit2 in sys changelog.
  • e4cba79 chore: update libgit2 submodule to 1.7.2
  • 223945f Allow find object by prefix
  • 15e61e4 Allow find tag by prefix hash
  • 93dc901 Merge pull request #1016 from giraugh/patch-1
  • 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 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)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.2 to 0.18.2.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@0.17.2...git2-0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@lleyton lleyton merged commit c1c69bd into main Feb 26, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/git2-0.18.2 branch February 26, 2024 08: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.

1 participant