You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Stashes are removed from the stash list when popped even if there are conflicts. This is different from the git standard. From git stash documentation:
pop [--index] [-q|--quiet] [<stash>]
... Applying the state can fail with conflicts; in this case, it is not removed from the stash list.
To Reproduce
Steps to reproduce the behavior:
Stash some changes.
Make some changes to a file that will cause conflicts with the stash.
Commit the changes.
Pop the stash.
Stash is applied and removed from the list.
Expected behavior
Stash should be applied but not removed in case of conflicts.
Describe the bug
Stashes are removed from the stash list when popped even if there are conflicts. This is different from the git standard. From git stash documentation:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Stash should be applied but not removed in case of conflicts.
Context:
Arch Linux x86_64
- Kernel:6.10.10-arch1-1
gitui nightly 2024-09-12 (0f5cf89)
0.26.3-2
1.81.0
The text was updated successfully, but these errors were encountered: