We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9eb89 commit 7c488fcCopy full SHA for 7c488fc
src/git/models/stashCommit.ts
@@ -66,7 +66,7 @@ export class GitStashCommit extends GitLogCommit {
66
status: GitFileWorkingTreeStatus.Untracked,
67
conflictStatus: undefined,
68
indexStatus: undefined,
69
- workingTreeStatus: GitFileWorkingTreeStatus.Untracked,
+ workingTreeStatus: undefined,
70
}));
71
72
this.files.push(...files);
0 commit comments