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
When the GitModified or GitStaged filters are used, the code blindly expects that the git command-line tool is available. This results in unexpected behaviour if this assumption is not true.
Describe the solution you'd like
It would be better for end users if a suitable error message (and exit code) is presented describing the problem.