You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support relative worktree paths (git 2.48+ worktree.useRelativePaths)
Git 2.48 introduced the `worktree.useRelativePaths` config option,
which causes `git worktree add` to write a relative `gitdir` into the
worktree's `.git` file.
Resolve the relative `gitdir` against the worktree directory before
before expanding it. Absolute paths are unaffected because
`os.path.join` ignores the prefix when joined with an absolute path.
0 commit comments