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
we currently do not allow unstashing with conflicts. I wonder if we should just drop that limitation and create files in conflict or first confirm whether that is the desired behaviour because in case of pop the clean stash is gone afterwards
from my testing, it seems even if there are no conflicts, as long as any file is staged it will throw this error. e.g. if I edit file A, stash changes, then edit file B, stage it, popping is no longer allowed by gitui (even though conflicts are impossible)
If there really was a conflict, then git stash pop wouldn't drop the stash either (you would have to manually run git stash drop later on)
Describe the bug
Popping a stash with anything staged throws an error:
To Reproduce
Steps to reproduce the behavior:
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):
0.22.1
, I also tested with latest git commitAdditional context
n/a
The text was updated successfully, but these errors were encountered: