-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore(deps): update rust crate gix to 0.74.0 #16186
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
Merged
Merged
+119
−114
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
eb5b155 to
235337e
Compare
ehuss
approved these changes
Nov 1, 2025
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
1 task
bors
added a commit
to rust-lang/rust
that referenced
this pull request
Nov 8, 2025
Update cargo submodule 22 commits in 6368002885a04cbeae39a82cf5118f941559a40a..445fe4a68f469bf936b2fd81de2c503b233a7f4f 2025-10-31 14:31:52 +0000 to 2025-11-07 18:08:19 +0000 - fix(depinfo): prevent invalid trailing backslash on Windows (rust-lang/cargo#16223) - refactor: Remove lazycell (rust-lang/cargo#16224) - refactor: extract ConfigValue to its own module (rust-lang/cargo#16222) - fix(config): non-mergeable list from cli should take priority (rust-lang/cargo#16220) - fix(compile): build.warnings=deny shouldn't block hard warnings (rust-lang/cargo#16213) - fix: display absolute path in the `missing in PATH` warning (rust-lang/cargo#16125) - fix: non-mergeable list from config cli merge the same way (rust-lang/cargo#16219) - docs(contrib): Link out to rustc diagnostic style guide (rust-lang/cargo#16216) - fix: Remove build-plan (rust-lang/cargo#16212) - Add native completions for `--package` on various commands (rust-lang/cargo#16210) - fix(completions): don't wrap completion item help in parenthesis (rust-lang/cargo#16215) - refactor(locking): Make disabling locking on NFS mounts explicit (rust-lang/cargo#16177) - docs(unstable): Move compile-time-deps out of Stabilized section (rust-lang/cargo#16211) - docs(ref): Rename DEP_NAME_KEY to DEP_LINKS_KEY (rust-lang/cargo#16205) - feat(build-analysis): emit rebuild reason log entry (rust-lang/cargo#16203) - chore: Update dependencies (rust-lang/cargo#16200) - chore(deps): update cargo-semver-checks to v0.45.0 (rust-lang/cargo#16190) - chore(deps): update msrv (rust-lang/cargo#16178) - refactor: embed deserialize validation logic in ProgressConfig (rust-lang/cargo#16194) - refactor(gctx): extract config schema to a module (rust-lang/cargo#16195) - chore: bump to 0.94.0; update changelog (rust-lang/cargo#16191) - chore(deps): update rust crate gix to 0.74.0 (rust-lang/cargo#16186) r? ghost
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Nov 10, 2025
Update cargo submodule 22 commits in 6368002885a04cbeae39a82cf5118f941559a40a..445fe4a68f469bf936b2fd81de2c503b233a7f4f 2025-10-31 14:31:52 +0000 to 2025-11-07 18:08:19 +0000 - fix(depinfo): prevent invalid trailing backslash on Windows (rust-lang/cargo#16223) - refactor: Remove lazycell (rust-lang/cargo#16224) - refactor: extract ConfigValue to its own module (rust-lang/cargo#16222) - fix(config): non-mergeable list from cli should take priority (rust-lang/cargo#16220) - fix(compile): build.warnings=deny shouldn't block hard warnings (rust-lang/cargo#16213) - fix: display absolute path in the `missing in PATH` warning (rust-lang/cargo#16125) - fix: non-mergeable list from config cli merge the same way (rust-lang/cargo#16219) - docs(contrib): Link out to rustc diagnostic style guide (rust-lang/cargo#16216) - fix: Remove build-plan (rust-lang/cargo#16212) - Add native completions for `--package` on various commands (rust-lang/cargo#16210) - fix(completions): don't wrap completion item help in parenthesis (rust-lang/cargo#16215) - refactor(locking): Make disabling locking on NFS mounts explicit (rust-lang/cargo#16177) - docs(unstable): Move compile-time-deps out of Stabilized section (rust-lang/cargo#16211) - docs(ref): Rename DEP_NAME_KEY to DEP_LINKS_KEY (rust-lang/cargo#16205) - feat(build-analysis): emit rebuild reason log entry (rust-lang/cargo#16203) - chore: Update dependencies (rust-lang/cargo#16200) - chore(deps): update cargo-semver-checks to v0.45.0 (rust-lang/cargo#16190) - chore(deps): update msrv (rust-lang/cargo#16178) - refactor: embed deserialize validation logic in ProgressConfig (rust-lang/cargo#16194) - refactor(gctx): extract config schema to a module (rust-lang/cargo#16195) - chore: bump to 0.94.0; update changelog (rust-lang/cargo#16191) - chore(deps): update rust crate gix to 0.74.0 (rust-lang/cargo#16186) r? ghost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.73.0->0.74.0Release Notes
GitoxideLabs/gitoxide (gix)
v0.74.1Compare Source
v0.74.0: gix v0.74.0Compare Source
New Features
replace
Reference::peel_to_id_in_place_packedAlso, update documentation where it was still referring to deprecated
in_placemethods to refer to the new methods instead.ability to change the fetch url of a remote
The remote has a couple of "builder" methods to change
is fields, e.g.
push_urlfor setting the push url.A builder method for changing the fetch url of a remote
was missing. This makes it impossible to fully replicate
the functionality of
git remote set-url.replace
Head::(try_)peel_to_x_in_placewithHead::peel_to_x.The
_in_place()suffixed methods are now deprecated.Add
Repository::new_commitandRepository::new_commit_as()methods.add
Repository::blame_fileAdd
gix::discover_with_environment_overrides()support
diff.ignoreSubmodulesoverrides in statusBug Fixes
deprecate
Remote::push_url*()in favor ofRemote::with_push*().remove special handling for empty blob hash to match Git behaviour
This feature was recently introduced, but was never released.
empty blob hashes are now automatically considered present.
extend lifetime of iterators
Previously the iterators would return references with lifetimes that
were shorter than the actual lifetimes of the
gix::Referencethemselves. This was dues to a footgun with
'_(eliding the lifetime).When a function returns an elided lifetime, this lifetime usually is the
lifetime of the
&selfparameter, but sometimes it is the lifetime ofthe type itself (e.g.
Iter<'_>).I made the lifetimes explicit to ensure we were using the correct ones.
Commit Statistics
Commit Details
view details
89fb308)4da2927)b188a7d)6cc8464)9365cc3)838ff95)442f800)Reference::peel_to_id_in_place_packed(0380496)51f998f)Remote::push_url*()in favor ofRemote::with_push*(). (620d275)1d4a7f5)81c0c16)d302fa2)Head::(try_)peel_to_x_in_placewithHead::peel_to_x. (b6fbf05)3499050)ca99882)e60e253)b9c7a7e)e087960)f891c37)d4c2542)Repository::new_commitandRepository::new_commit_as()methods. (3c0b737)1a4c84d)689d839)2fc9dbe)42f8db5)gix-ref(44922d0)bd47fb5)blameto extras, and asssure it's tested separately on CI (3c54e5b)752d6dc)0e7aa81)gix-features, uselibz-rs-sysdirectly, skippingflate2(5a2361b)768164a)Repository::blame_file(cdb1100)gix-blameperformance regresion (8dc5e98)eee5199)888b763)ad1e2ed)8e451cf)c149116)gix tag listwhen JSON is requested (fb2766b)gix::discover_with_environment_overrides()(fa1287f)a4b0d2c)make_remote_config_reposarchive (c8c84e4)git configto make overlapping remotes in a test repo (4de96fc)git remotefailure clearer inmake_remote_config_repos(8cabd16)f3be6e3)gix-status(5da38e5)dc7343c)79ba9d0)651f9fa)4289ae6)d4dd783)453bb2c)diff.ignoreSubmodulesoverrides in status (6693ab9)04a18f3)d4130c3)ba563b0)202bc6d)d64f257)589d63e)007e3f6)91b3220)784c046)Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.