We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What exactly happened? Steps to reproduce the behavior:
only_changed: true
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
--diff-filter=d
git diff
The text was updated successfully, but these errors were encountered:
Exclude deleted files when using only_changed
only_changed
ce4e1eb
Fixes creyD#31
Successfully merging a pull request may close this issue.
What exactly happened?
Steps to reproduce the behavior:
only_changed: true
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
togit diff
The text was updated successfully, but these errors were encountered: