This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Uses stash name in place of a shorten sha
main
Eric Amodio
7 years ago
parent
0686c882c8
commit
7b63d4f437
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/git/models/stashCommit.ts
+ 4
- 0
src/git/models/stashCommit.ts
View File
@ -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
;
}
}
Write
Preview
Loading…
Cancel
Save