Closed
Description
What exactly happened?
Steps to reproduce the behavior:
- Configure to prettify on push with
only_changed: true
- Delete a file that would normally be prettified
- Commit & push
- See error:
fatal: pathspec 'deletedFile.js' did not match any files
What should've happened?
Deleted files should be excluded from prettification
This should be fixable by passing --diff-filter=d
to git diff