fix stash with empty message by Ryooooooga · Pull Request #2218 · jesseduffield/lazygit
PR Description Stash entries with empty messages are not displayed. # make a stash $ echo a >a $ git add -vA add 'a' $ git stash Saved working directory and index state WIP on feature/e...