added todo re: git-annex-sync handling of linked worktrees

This commit is contained in:
Ilya_Shlyakhter 2019-11-03 23:06:39 +00:00 committed by admin
parent ced983d4bf
commit 59fa021c3d

View file

@ -0,0 +1 @@
When using [[linked worktrees|tips/Using_git-worktree_with_annex]], the main tree is currently handled differently from the linked trees: "if there is change in the tree then syncing doesn't update git worktrees and their indices, but updates the checked out branches. This is different to the handling of the main working directory as it's either got updated or left behind with its branch if there is a conflict." Is there a reason for this? Could linked worktrees be treated same as main one?