This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Display errors from git nicer (maybe parse them, or reduce the number of required interactions) #537
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
When a
git
error happens, I intuitively already know what's up most of the time. If I don't, I only need one short line to understand it. However, Neogit displays (1) the raw error fromgit
, and (2) yet another wrapped error from Neogit saying "git
failed":This also forces users to hit enter twice instead of maybe just once (or zero?).
Describe the solution you'd like
I'd like:
The text was updated successfully, but these errors were encountered: