Sublime Forum

Dropping an older stash from sidebar context menu drops latest stash instead

#1

I had three stashes. I right-clicked one (which wasn’t the most recent), and when I select and confirm “Drop”, only the latest is dropped (as if git stash drop was called without parameters). Worse, since I didn’t get the command-line feedback about which commit was dropped, it’s harder to recover.

(Other than this bug, I love Merge so far!)

0 Likes

#2

Just in case you didn’t know, if you click the icon to the left of the info bar it will show you the output from the last git command executed, which may be useful to recover from things like this (or just handy in general).

1 Like

#3

it will show you the output from the last git command executed

That is helpful, indeed, thanks. Of course, I’ve done other actions since then so I’m just going to assume I didn’t lose anything of great value :slight_smile:

Also, just noticed the issue tracker on Github. Would be happy to move this there, but don’t want to be spammy about it.

0 Likes

#4

Thanks for the report - this will be fixed in the next build

1 Like