On Wed, Apr 12, 2017 at 8:01 PM, Jeff King <peff@xxxxxxxx> wrote: > I dunno. Maybe I am missing some subtle case, but it's not clear to me > what the user would be trying to do by having git stay in the original > directory. Not sure if it really happens. But if we jump from worktree is inside original cwd and we have to jump to worktree, we set empty prefix, not "../../../" one. So we can't refer back to files relative to original cwd with prefix. I was kinda hoping "super prefix" would solve it, but that one seems designed specifically for submodules. -- Duy