gix-clean fixes#1465
Merged
Merged
Conversation
That way it's possibel for them to be equivalent to submodules, which would never be deleted by accident due to their 'tracked' status. This works by passing repository-relative paths of worktree locations that are within this repository.
This includes an improvement on how `gix` initiates a dirwalk with the purpose of deletion so that worktrees are protected should the fall into the parent-repository working directory.
Sebastian Thiel (Byron)
marked this pull request as ready for review
July 25, 2024 15:12
Contributor
Contributor
|
I was able to workaround this by specifying |
…impls (#1466) As `bstr` adds a new implementation of `AsRef`, the `as_ref()` call becomes ambiguous which will then break `gitoxide`. Now `as_ref()` is avoided in favor of a method that can't fail.
Member
Author
|
Jake Shadle (@Jake-Shadle) The relevant issue is #1466 with all the details. A fix is on the way, which is done in collaboration with |
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
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.
Fixes #1464
Tasks