Skip to content

Commit 679c03f

Browse files
authored
Adds stash commit message to commit graph row (#3410)
1 parent 046b5bc commit 679c03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/env/node/git/localGitProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,7 @@ export class LocalGitProvider implements GitProvider, Disposable {
26802680
ref: createReference(commit.sha, repoPath, {
26812681
refType: 'stash',
26822682
name: stashCommit.name,
2683+
message: stashCommit.message,
26832684
number: stashCommit.number,
26842685
}),
26852686
},

0 commit comments

Comments
 (0)