mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 09:35:42 -05:00
Uses stash name in place of a shorten sha
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user