mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Display submodule icon in tree-view
This commit is contained in:
@@ -65,3 +65,6 @@ class Git
|
||||
|
||||
getDiffStats: (path) ->
|
||||
@repo.getDiffStats(@relativize(path)) or added: 0, deleted: 0
|
||||
|
||||
isSubmodule: (path) ->
|
||||
@repo.isSubmodule(@relativize(path))
|
||||
|
||||
Reference in New Issue
Block a user