zed/crates/project_panel
Antonio Scandurra 31dfd01fda Make add_local_worktree private and use find_or_create_local_worktree
The former always adds a worktree, even if we have one already in the
project and that could be misused. The public API should always search
for a local worktree containing the requested path first so that the
project can uphold invariants about which worktrees it has.
2022-01-22 11:23:00 +01:00
..
src Make add_local_worktree private and use find_or_create_local_worktree 2022-01-22 11:23:00 +01:00
Cargo.toml Refactor opening workspace items 2022-01-07 17:38:37 +01:00