We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aad499 commit 057bca3Copy full SHA for 057bca3
josh-core/src/filter/mod.rs
@@ -728,11 +728,6 @@ fn resolve_workspace_redirect<'a>(
728
}
729
730
fn get_workspace<'a>(repo: &'a git2::Repository, tree: &'a git2::Tree<'a>, path: &Path) -> Filter {
731
- let path = if let Some((_, path)) = resolve_workspace_redirect(repo, &tree, path) {
732
- path
733
- } else {
734
- path.to_owned()
735
- };
736
let wsj_file = file("workspace.josh");
737
let base = to_filter(Op::Subdir(path.to_owned()));
738
let wsj_file = chain(base, wsj_file);
0 commit comments