fix(code-review): halt on git command failure instead of silently treating as NO_GIT

This commit is contained in:
Alex Verkhovsky 2026-01-05 07:27:12 -08:00
parent 58e0b6a634
commit 5a16c3a102
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ git diff -M --name-only
git diff -M --cached --name-only
```
If any git command fails: Report the error to user and set `git_changed_files` = NO_GIT.
If any git command fails: Report the error to the user and HALT the workflow.
Compile `git_changed_files` = union of modified, staged, new, deleted, and renamed files.