git: Use worktree paths in the panel (#25950)
This PR changes the git panel to use worktree-relative paths for its entries, instead of repository-relative paths as before. Paths that lie outside the active repository's worktree are no longer shown in the panel. Note that in both respects this is how the project diff editor already works, so this PR brings those two pieces of UI into harmony. Release Notes: - N/A
This commit is contained in:
parent
6faa7cd722
commit
e7b3b8bf03
4 changed files with 233 additions and 96 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5439,6 +5439,7 @@ dependencies = [
|
|||
"panel",
|
||||
"picker",
|
||||
"postage",
|
||||
"pretty_assertions",
|
||||
"project",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue