GitModified
and GitStaged
filters blindly expect that the git
command is available
#1107
Open
1 of 2 tasks
Labels
Is your feature request related to a problem?
When the
GitModified
orGitStaged
filters are used, the code blindly expects that thegit
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.
Additional context (optional)
This suggestion was initially raised in #1105 (review)
The text was updated successfully, but these errors were encountered: