Feature Description
The existing support for linked worktrees is suboptimal, it requires the user to know that the given repository is in fact a linked worktree which may be puzzling for someone who isn't aware of Git's internals.
A few ideas on improvements for this feature:
x-ref:
Feature Description
The existing support for linked worktrees is suboptimal, it requires the user to know that the given repository is in fact a linked worktree which may be puzzling for someone who isn't aware of Git's internals.
A few ideas on improvements for this feature:
EnableDotGitCommonDirfromPlainOpenOptions. This requires some consideration around thecommonDirdiscoverability and whether users should have a way to determine whatbilly.Filesystem(or Loader) should be used for that.x/plumbing/worktree.Openmay need to be deleted and that logic moved togit.Openinstead.x-ref:
git worktree) #1808.