`:Git stash list` does nothing when the stash is empty
finite-state-machine opened this issue · 1 comments
finite-state-machine commented
When :Git stash list
is run and the stash is empty, no feedback or output is emitted, and the user is not prompted to press enter to continue (as they typically would be after running this command).
While this silence is an expected behaviour at the command-line, it's a bit surprising in a TUI, particularly as the user would normally be prompted to press enter. It might be helpful to emit a non-blocking message such as "stash is empty" when this command exits with no output.
tpope commented
This is a wontfix. Avoiding the "press enter" prompt is highly desirable for other silent commands like :Git add
. I don't want to be responsible for micromanaging which commands get the silent treatment.