subesokun / atom-tree-view-git-status

Shows the Git repository status in the Atom tree-view
MIT License
24 stars 2 forks source link

not working when top folder does not contain .git folder #54

Closed normoes closed 7 years ago

normoes commented 7 years ago

tree-view-git-status seems not to consider a top level folder, which itself does not contain a .git folder, but contains folders that contain .git folders.


Package Version: 1.4.0

OS: 3.19.0-80-generic #88~14.04.1-Ubuntu SMP Fri Jan 13 14:54:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Atom Version: 1.17.0 x64 Atom UI Theme: One Dark Atom Syntax Theme: One Dark

nklmilojevic commented 7 years ago

I have this issue as well.

subesokun commented 7 years ago

Sorry for the late reply. This is actually not an issue of this package but of Atom's implementation of the TreeView. Atom doesn't support so far nested Git repositories hence the top level project has to be a Git repository.