gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.85k stars 1.2k forks source link

Stash message does not populate Source Control commit message when applied/popped from Commit Graph UI #3350

Open recursivenomad opened 2 weeks ago

recursivenomad commented 2 weeks ago

Description

The feature introduced in 0668039c4fa6ff2ce53ff7bcfa505120f91d82cb works great when applying stashes from the sidebar, but when I apply/pop stashes from the Commit Graph UI by right-clicking the stash and selecting "Apply stash...", the Source Control commit message does not get populated with the stash message as expected. Too many times have I popped a stash, only to realize that I deleted my old commit message along with the pop.

This relates to #2081 which prompted the feature, and #2431 which is seemingly requesting the feature to be removed. For what it's worth, I really like this feature, and would simply like it to be extended to the Commit Graph UI.

GitLens Version

15.1.0

VS Code Version

Version: 1.90.0 Release: 24158 Commit: cc102f3a62bd35f39ed059b99c5cce90e50a16e2 Date: 2024-06-06T18:39:48.552Z Electron: 29.4.0 ElectronBuildId: undefined Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10

Git Version

No response

Logs, Screenshots, Screen Captures, etc

No response