subesokun / atom-tree-view-git-status

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

Projects with multiple git repositories #4

Closed sohocoke closed 9 years ago

sohocoke commented 9 years ago

I invariably end up loading a directory containing multiple git repositories as an Atom project, where the otherwise awesome git status is not displayed in the tree view.

Is it feasible to apply the detection on any directory in the project that has a .git/subdirectory, rather than the project root?

subesokun commented 9 years ago

Hi @sohocoke, do you mean a tree structure like the following?

projectfolder
  |_ somefolder [show here git status]
           |_ .git
           |_ ...

Sadly this won't be possible at the moment as atom.project.getRepositories() returns only repositories that are project folders. As Atom supports multiple project folders I'd recommend adding each of your repositories as separate project folder (File > Add Project Folder...).

subesokun commented 9 years ago

@sohocoke As this feature proposed by you is currently not feasible with Atom I'm closing this issue for now. Feel free to ask more questions if you've any.

bazzilic commented 6 years ago

Is this still not possible to do with Atom?

bazzilic commented 6 years ago

@subesokun hey, any updates on this?

subesokun commented 6 years ago

Sorry I haven't followed the latest Atom release notes but I guess it's still not possible. You'd need to get in direct contact with the Atom developers to get more information.