From 48bfe158851992bea4b848e16334ecc9dec182d3 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 26 Aug 2020 01:53:39 -0400 Subject: [PATCH] Fixes changes from showing as working changes --- src/views/nodes/branchTrackingStatusFilesNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/nodes/branchTrackingStatusFilesNode.ts b/src/views/nodes/branchTrackingStatusFilesNode.ts index c44f594..8694a30 100644 --- a/src/views/nodes/branchTrackingStatusFilesNode.ts +++ b/src/views/nodes/branchTrackingStatusFilesNode.ts @@ -87,7 +87,7 @@ export class BranchTrackingStatusFilesNode extends ViewNode { this.view.config.files.compact, ); - const root = new FolderNode(this.view, this, this.repoPath, '', hierarchy, true); + const root = new FolderNode(this.view, this, this.repoPath, '', hierarchy, false); children = root.getChildren() as FileNode[]; } else { children.sort(