mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Glob it.
This commit is contained in:
@@ -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}) =>
|
||||
|
||||
Reference in New Issue
Block a user