ZIm/crates/outline_panel
Cole Miller 1763dd714b
Worktree paths in git panel, take 2 (#26047)
Modified version of #25950. We still use worktree paths, but repo paths
with a status that lie outside the worktree are not excluded; instead,
we relativize them by adding `..`. This makes the list in the git panel
match what you'd get from running `git status` (with the repo's worktree
root as the working directory).

- [x] Implement + test new unrelativization logic
- [x] ~~When collecting repositories, dedup by .git abs path, so
worktrees can share a repo at the project level~~ dedup repos at the
repository selector layer, with repos coming from larger worktrees being
preferred
- [x] Open single-file worktree with diff when activating a path not in
the worktree

Release Notes:

- N/A
2025-03-06 22:55:28 +00:00
..
src Worktree paths in git panel, take 2 (#26047) 2025-03-06 22:55:28 +00:00
Cargo.toml Centralize the CopyPath and CopyRelativePath actions to zed_actions (#24836) 2025-02-13 23:30:44 +00:00
LICENSE-GPL Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00