chore(deps): update rust crate gix to 0.72.0 #15468
Open
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.71.0
->0.72.0
Release Notes
GitoxideLabs/gitoxide (gix)
v0.72.1
: gix v0.72.1Compare Source
Commit Statistics
Commit Details
view details
5f7f805
)v0.72.0
: gix v0.72.0Compare Source
Bug Fixes
Adapt to changes in gix-actor
Use the committer date and author date that are now backed by bytes and
interpret these bytes into a
gix_date::Time
on demand.correctly handle safe.directory for worktrees
safe.directory
now applies to configuration as wellThis means that repo-local configuration that is considered safe, ideally with
safe.directory=safe/dir/*
notation, will be usable for sensitive operations.make
fs::walkdir_sorted_new()
sort entries by paths literallyThis follows up
7b1b5bf
. Since packed-refsappears to be sorted by full ref name, loose-refs should also be emitted in
that order.
The comparison function is copied from gix::diff::object::tree::EntryRef.
Non-utf8 file names are simply mapped to "" on Windows. We could add some
fallback, but callers can't handle such file names anyway.
New Features (BREAKING)
RelativePath
for prefixed ref iteration.Its type captures the requirements better.
Commit Statistics
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
5396b2b
)ca16517
)safe.directory
now applies to configuration as well (24d235d
)fs::walkdir_sorted_new()
sort entries by paths literally (38b63c2
)49fa9f3
)db0b095
)0bf84db
)3b1bef7
)c3c6504
)6f009d7
)gix-date
andgix-actor
(afdf1a5
)70097c0
)b07f907
)737bb49
)359914c
)9e075b9
)96164c5
)fdc06b1
)294902e
)RelativePath
for prefixed ref iteration. (a6d7d70
)cd1a777
)edb449c
)3c16e53
)5823b22
)Cargo.toml
files in workspace togix-features
bump (6315536
)71275d1
)gix-ref
. (52142b4
)57c9014
)3aec7fb
)9f1fbc7
)b5e9059
)68e6b2e
)507d682
)3ca6811
)1612c73
)fc5faf2
)7502b4a
)6307f57
)8969245
)420e730
)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.