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
A repository can have multiple worktrees. You manage them with "git worktree". In such a "secondary" (or "linked") worktree, ".git" is just a file with a pointer to its own ".git" directory within the repository's ".git" directory.
davvid
added a commit
to davvid/git-cola
that referenced
this issue
Feb 8, 2016
Teach the git discovery code to handle linked worktrees as created by
"git worktree".
Closesgit-cola#554
Reported-by: Wolfgang Ocker <weo@reccoware.de>
Signed-off-by: David Aguilar <davvid@gmail.com>
In 3a5c09f git-cola doesn't recognize a linked working tree anymore. The menu to select a repo is shown instead.
I bisected the problem and found that bea1333 might introduce the problem.
The text was updated successfully, but these errors were encountered: