Merge branch 'stable' into beta

This commit is contained in:
joshaber
2016-02-10 15:19:48 -05:00
3 changed files with 32 additions and 3 deletions

View File

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