From 98a63d1d68b12eb2adafeb145ccfe2b62b28a659 Mon Sep 17 00:00:00 2001 From: joshaber Date: Wed, 10 Feb 2016 14:25:05 -0500 Subject: [PATCH] Glob it. --- src/git-repository.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/git-repository.coffee b/src/git-repository.coffee index 2fdcd790a..44b86a433 100644 --- a/src/git-repository.coffee +++ b/src/git-repository.coffee @@ -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}) =>