Update gix
to the latest released version for bugfixes.
#5657
+1,201
−872
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.
The fix include:
tree_merge_options()
now correctly configure rename tracking.Tasks
git2
tree-diffing, the next big area of oxidisation.v0-rust-unix-rust-testing-v2-f3cec62a-230fc39e
and it should go through.Notes for the Reviewer
[email protected]
works. Otherwise it could be downgraded withcargo update --precise 1.1.16 -p [email protected]
.cargo update
in order to fix a CI failure on Windows that happens in seemingly unrelated dependencies. This could probably be solved by updating only the right dependency, but generally a blanket update is probably more of a benefit than a disadvantage.Even on master, when running
branch status
in the CLI on the gitlab repository, it runs into an error condition.The error originates in this repository, and still happens with this PR, which was to be expected.