Always search the repo itself.

This commit is contained in:
joshaber
2016-02-12 14:45:21 -05:00
parent 25e58eb1a2
commit 0e8161f30e

View File

@@ -484,8 +484,7 @@ class GitRepository
relativeProjectPaths = @project?.getPaths()
.map (path) => @relativize(path)
.filter (path) -> path.length > 0
.map (path) -> path + '/**'
.map (path) -> if path.length > 0 then path + '/**' else '*'
@statusTask?.terminate()
@statusTask = Task.once @handlerPath, @getPath(), relativeProjectPaths, ({statuses, upstream, branch, submodules}) =>