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 gix from 0.70.0 to 0.71.0 #2781

Merged
merged 1 commit into from
Apr 5, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Bumps gix from 0.70.0 to 0.71.0.

Release notes

Sourced from gix's releases.

gix v0.71.0

Changed

  • read config losslessly even without debug_assertions This should hopefully not be a breaking change, as the same code could produce the same behaviour if compiled with different flags, and the semantic meaning of the resulting configuration should be the same. But Hyrum’s law is always lurking…

Documentation

  • specify ThreadSafeRepository is not Send/Sync without "parallel"

New Features

  • add Repository::checkout_options(). It's a low-level set of options to drive (quite unsafe) checkouts. They are unsafe as they may be configured to overwrite, and are in no way similar to git checkout.
  • add Repository::head_tree_id_or_empty() for convenience.
  • add Repository::workdir_path() to easily obtain a Path for worktree items.
  • add Repository::workdir() as replacement for Repository::work_dir(). Keep the latter as deprecated though.
  • filter::Pipeline::worktree_file_to_object() now can add Commit type objects.
  • add filter::Pipeline::worktree_file_to_object(). That way it's easier to correctly add whole files into the object database.
  • make internal repo fields public for ease of use. That way, functions or methods taking such a type as argument have access to the underlying repository so it doesn't need to be passed as separate argument.
  • add blob::platform::Resource::intern_source_strip_newline_separators() That way it will be easier to have typical Git-style patches diffs around files that don't end with a newline.
  • add Repository::big_file_threshold() to easily learn what Git considers a big file.

Bug Fixes

  • Don't panic when rev-parsing ^^^ and similar

  • filter::Pipeline::convert_to_git() now also works on Windows under all circumstances.

  • assure Repository::commit_as() also uses the committer for reflogs Previously it would retrieve the configured committer, or trigger an error if there was none despite the commiter being provided to commit_as().

    This als adds Repository::edit_references_as(committer) to allow passing a given committer.

Other

  • Repository::commit() now explains how to create a commit without ref updates.

... (truncated)

Commits
  • d248e3d Release gix-dir v0.13.0, gix-mailmap v0.26.0, gix-revision v0.33.0, gix-merge...
  • ada5a94 Release gix-sec v0.10.12, gix-config v0.44.0, gix-prompt v0.10.0, gix-url v0....
  • fb1b71d update gix-path dependency in gix-sec to make compile succeed
  • b41312b Release gix-date v0.9.4, gix-utils v0.2.0, gix-actor v0.34.0, gix-features v0...
  • 38dff41 update changelogs prior to release
  • 4660f7a Merge pull request #1915 from emilazy/push-qvyqmopsoltr
  • 4501086 refactor
  • f879654 Prepare gix-index end-of-index extension parsing for SHA256.
  • a68f115 change!: drop migration shims for fallible hashing
  • 3d7e379 migrate gix_object::{try_ =>}compute_hash users
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.70.0 to 0.71.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.70.0...gix-v0.71.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.71.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 4, 2025 16:23
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Apr 4, 2025
@github-actions github-actions bot removed the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Apr 5, 2025
@syphar syphar merged commit 9a7c652 into master Apr 5, 2025
12 of 15 checks passed
@syphar syphar deleted the dependabot/cargo/gix-0.71.0 branch April 5, 2025 07:10
@github-actions github-actions bot added the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Apr 5, 2025
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 rust Pull requests that update Rust code S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant