Skip to content

Commit 6f63ed4

Browse files
geevensinghCopilot
andcommitted
Add stash support to CHANGELOG [Unreleased]
AI-Local-Session: ee4fab4e-ab49-4be5-ab7a-7397a334ea9f AI-Cloud-Session: ab31b6aa-3600-4ee9-85d4-119cc5387670 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent de0b579 commit 6f63ed4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ body. Keep section headings exact and write notes in Markdown.
1414

1515
### Added
1616

17+
- **Stash support in the ref-picker popup.** The "Pick…" popup next
18+
to every commit-ish input now includes a *Stashes* section showing
19+
all stash entries (symbolic name, subject, short SHA) ordered
20+
most-recent-first. Picking a stash writes `stash@{N}` into the
21+
commit-ish textbox. Filter matches against the symbolic name,
22+
subject text, and short SHA.
23+
- **"View stash" mode in the New Diff dialog.** A dedicated mode
24+
that shows an inline stash list and launches a comparison of the
25+
stash's working-tree snapshot against HEAD at stash time
26+
(`stash@{N}^1``stash@{N}`), matching `git stash show`
27+
semantics. Empty repos or repos with no stashes show a clear
28+
empty-state message.
1729
- **New Diff dialog auto-detects a GitHub PR URL on the clipboard.**
1830
Opening *New diff* while a GitHub PR URL is on the clipboard now
1931
switches the dialog to *GitHub pull request* mode and pre-fills the

0 commit comments

Comments
 (0)