Procházet zdrojové kódy

Uses stash name in place of a shorten sha

main
Eric Amodio před 8 roky
rodič
revize
7b63d4f437
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      src/git/models/stashCommit.ts

+ 4
- 0
src/git/models/stashCommit.ts Zobrazit soubor

@ -21,4 +21,8 @@ export class GitStashCommit extends GitLogCommit {
) {
super('stash', repoPath, sha, fileName, undefined, date, message, status, fileStatuses, lines, originalFileName, previousSha, previousFileName);
}
get shortSha() {
return this.stashName;
}
}

Načítá se…
Zrušit
Uložit