SIGN IN SIGN UP

Attempt to fix a panic in worktree scanning (#7128)

Somehow (and this should be investigated separately) we're ending up
with paths that look like: /path/to/project/../../path/to/dependency,
these pass the Ok(repo_path) = path.strip_prefix(), but then fail.

Release Notes:

- Fixed (hopefully) a panic that could occur due to path confusing in
git status
C
Conrad Irwin committed
aee0f65b26e76b398f9e64ecfc50392429c4005c
Parent: dbb5fad
Committed by GitHub <noreply@github.com> on 1/31/2024, 3:10:52 AM