summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>2019-11-03 23:06:39 +0000
committeradmin <admin@branchable.com>2019-11-03 23:06:39 +0000
commit59fa021c3daffa2cc68f8ba3b72ea7080347fe11 (patch)
tree5fbdd8ad3fc8fa4295d27bf54d2bd24932e8d64e /doc/todo
parentced983d4bf8a5f1decaa535a84aa349e493744de (diff)
added todo re: git-annex-sync handling of linked worktrees
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/git-annex-sync_handling_of_linked_worktrees.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/git-annex-sync_handling_of_linked_worktrees.mdwn b/doc/todo/git-annex-sync_handling_of_linked_worktrees.mdwn
new file mode 100644
index 0000000000..5442545085
--- /dev/null
+++ b/doc/todo/git-annex-sync_handling_of_linked_worktrees.mdwn
@@ -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?