Display submodule icon in tree-view

This commit is contained in:
Kevin Sawicki
2013-01-06 09:50:30 -08:00
parent 59d631879d
commit a300146f2a
5 changed files with 34 additions and 0 deletions

View File

@@ -65,3 +65,6 @@ class Git
getDiffStats: (path) ->
@repo.getDiffStats(@relativize(path)) or added: 0, deleted: 0
isSubmodule: (path) ->
@repo.isSubmodule(@relativize(path))