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 gix from 0.53.1 to 0.54.0 #374

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps gix from 0.53.1 to 0.54.0.

Release notes

Sourced from gix's releases.

gix v0.54.0

New Features

  • Add PathspecDetached as pathspec that can more easily be used across threads.
  • PathSpec implements gix_status::PathSpec to allow it to be used there. The reason we need a trait and can't do with simply a function is that multiple calls are needed to test for inclusion and allow the common-prefix optimization.
  • add Repository::stat_options() to learn how an index would compare filesystem stats.
  • add parallel feature toggle Make certain data structure threadsafe (or Sync) to facilitate multithreading. Further, many algorithms will now use multiple threads by default. If unset, most of gix can only be used in a single thread as data structures won't be Send anymore.

Bug Fixes

  • do not trust ctime by default. On MacOS it seems to be off by two seconds right from the source, which seems to be an issue stat isn't having.
  • ignore empty core.askpass settings This is the same as what git does, it's explicit per value, which means that other paths might be flagged as empty automatically.

Other

  • add note about the trust-model. It should explain why gix is happy to open repositories that won't be handled by git unless overrides are set.

Test

  • add assertion to assure ThreadSafeRepository is sync. If it doesn't appear to be sync, be sure to use the max-performance-safe feature.

Bug Fixes (BREAKING)

  • PrepareCheckout::main_worktree() now takes Progress as geric argument. This makes it more flexible and convenient, but is technically a breaking change.

Commit Statistics

  • 30 commits contributed to the release over the course of 15 calendar days.
  • 15 days passed between releases.
  • 9 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits
  • 7891fb1 Release gix-features v0.35.0, gix-actor v0.27.0, gix-object v0.37.0, gix-glob...
  • f692809 fix gix-status dev dependencies - can't use versions
  • 8a60d5b prepare changelogs prior to release
  • c53bbd2 Merge branch 'fix-exploit'
  • 114e91c improve journey test to validate handling ambiguous of ssh-hosts
  • b06a0dd fix: prevent hosts or paths that look like arguments to be passed to invoked ...
  • d80b5f6 feat: add Url::host_argument_safe() and Url::path_argument_safe()
  • 54a8495 Merge branch 'reset'
  • f094f71 feat: gix status with basic index-worktree comparison
  • f9d14d8 feat: Add PathspecDetached as pathspec that can more easily be used across ...
  • 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 [gix](https://github.com/Byron/gitoxide) from 0.53.1 to 0.54.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@gix-v0.53.1...gix-v0.54.0)

---
updated-dependencies:
- dependency-name: gix
  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 Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #377.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.54.0 branch October 2, 2023 08:09
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.

0 participants