added bug report where git worktree remove fails

This commit is contained in:
Ilya_Shlyakhter 2019-03-13 17:54:52 +00:00 committed by admin
parent 959b511b55
commit 2951793905

View file

@ -0,0 +1 @@
"git worktree remove" fails if git-annex has operated on the worktree, because git expects .git in a worktree to be a file, while git-annex changes it to a symlink ([[tips/Using_git-worktree_with_annex/]]). Also, git-annex-test does not currently seem to test git-annex operation on worktrees added by git-worktree?