Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps git2 from 0.18.1 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

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/git2-0.18.2 branch from df8ad52 to 5da290d Compare February 19, 2024 16:55
@mkqavi mkqavi self-requested a review February 19, 2024 16:56
@mkqavi mkqavi self-assigned this Feb 19, 2024
@mkqavi mkqavi added this to the v0.3.0 milestone Feb 19, 2024
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.1 to 0.18.2.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.18.1...git2-0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/git2-0.18.2 branch from 5da290d to a447afb Compare February 19, 2024 16:56
@mkqavi mkqavi enabled auto-merge February 19, 2024 16:57
@mkqavi mkqavi merged commit 5f69d00 into main Feb 19, 2024
@mkqavi mkqavi deleted the dependabot/cargo/git2-0.18.2 branch February 19, 2024 16:57
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.

2 participants