Skip to content

Commit 7c488fc

Browse files
committed
Hides working status from untracked stashed files
1 parent 1d9eb89 commit 7c488fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/models/stashCommit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class GitStashCommit extends GitLogCommit {
6666
status: GitFileWorkingTreeStatus.Untracked,
6767
conflictStatus: undefined,
6868
indexStatus: undefined,
69-
workingTreeStatus: GitFileWorkingTreeStatus.Untracked,
69+
workingTreeStatus: undefined,
7070
}));
7171

7272
this.files.push(...files);

0 commit comments

Comments
 (0)