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 4d554ce commit 09a72dfCopy full SHA for 09a72df
josh-core/src/filter/mod.rs
@@ -727,11 +727,6 @@ fn resolve_workspace_redirect<'a>(
727
}
728
729
fn get_workspace<'a>(repo: &'a git2::Repository, tree: &'a git2::Tree<'a>, path: &Path) -> Filter {
730
- let path = if let Some((_, path)) = resolve_workspace_redirect(repo, &tree, path) {
731
- path
732
- } else {
733
- path.to_owned()
734
- };
735
let wsj_file = file(Path::new("workspace.josh").to_owned());
736
let base = to_filter(Op::Subdir(path.to_owned()));
737
let wsj_file = chain(base, wsj_file);
0 commit comments