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
@Dubhead thanks for reporting this, there seems to be a subtle difference in how git stash and libgit2 create a stash commit. libgit2 seems to always create the third parent necessary to stash untracked files and git stash skips that step when there are no untracked files to stash. this is the root cause for the crash. will be fixed
Describe the bug
Typing right arrow in Stashes crashes gitui
To Reproduce
echo foo >> README.md
git stash
gitui
4
forStashes
screenExpected behavior
The stash content should be displayed.
Screenshots
Context (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: