atom/git-utils

Git worktrees not supported

karrots opened this issue · 5 comments

It seems that Git work trees are not recognized by git-utils. Is this just a Git version issue or another problem?

https://git-scm.com/docs/git-worktree

subesokun/atom-tree-view-git-status#19

We use libgit2 which unfortunately doesn't yet support worktrees. The implementation is in progress: libgit2/libgit2#3436

ok thanks for the update.

+1 on this issue and thanks for the update!

Just an update here that libgit2 has implemented worktree support so this issue should no longer be blocked. Would someone please remove the blocked label?

Looks like this was fixed in #77.