Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > Avoid the problem of potential accidental matching against an existing > worktree by instead taking advantage of find_worktree_by_path() which > matches paths deterministically, without applying any sort of magic > shorthand matching performed by find_worktree(). Combination of 2/3 and 3/3 makes perfect sense as "fix once and for all" solution. Thanks.