Преглед изворни кода

Hides working status from untracked stashed files

main
Eric Amodio пре 3 година
родитељ
комит
7c488fc9da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/git/models/stashCommit.ts

+ 1
- 1
src/git/models/stashCommit.ts Прегледај датотеку

@ -66,7 +66,7 @@ export class GitStashCommit extends GitLogCommit {
status: GitFileWorkingTreeStatus.Untracked,
conflictStatus: undefined,
indexStatus: undefined,
workingTreeStatus: GitFileWorkingTreeStatus.Untracked,
workingTreeStatus: undefined,
}));
this.files.push(...files);

Loading…
Откажи
Сачувај