-
-
Notifications
You must be signed in to change notification settings - Fork 636
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Describe the bug
Popping a stash with anything staged throws an error:
git error:1 uncommitted changes exist in the index; class=Stash (19); code=Uncommitted (-22)
To Reproduce
Steps to reproduce the behavior:
- Add any files to stash
- Stage any changes
- Attempt to pop stash
Expected behavior
No error should occur, and staged changes should stay staged after popping, because git stash pop
works this way.
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
- OS/Distro + Version: Linux (stable version from nixpkgs, git version built from source)
- GitUI Version
0.22.1
, I also tested with latest git commit - Rust version: unknown for nixpkgs version, 1.70.0 for the latest git commit version
Additional context
n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers