chore(deps): update rust crate gix to 0.63.0 #1055
Merged
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.62.0
->0.63.0
Release Notes
Byron/gitoxide (gix)
v0.63.0
: gix v0.63.0Compare Source
New Features
checkout respects options for
core.protectHFS
andcore.protectNTFS
.This also adds
gitoxide.core.protectWindows
as a way to enforceadditional restrictions that are usually only available on Windows.
Note that
core.protectNFS
is always enabled by default, just likeit is in Git.
Bug Fixes
empty paths as configured will not be an error with lenient configuration enabled.
When using
gix::open_opts(path, options.strict_config(false))
, emptycore.excludesFile
valueswill not cause an error anymore.
Note that in strict mode, the behaviour is unchanged so invalid configuration can rather be fixed
than ignored.
don't unwrap when reading possibly left-over bytes from pack-stream
Commit Statistics
Commit Details
view details
88a6a4e
)3c7b7b3
)9511416
)d6cd449
)cd4de83
)6f55f2a
)79dce79
)gix-ref
(d2ae9d5
)gix-index
(5f86e6b
)f961687
)fcc3b69
)bad9a79
)core.protectHFS
andcore.protectNTFS
. (886d6b5
)gix-worktree
(1ca6a3c
)3c21741
)d3588ca
)04ef31e
)git2
(5197b5a
)e791bc5
)977346e
)54ac559
)fe24c89
)41bf65a
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.