mookme
mookme copied to clipboard
Basic filtering of deleted files
… as we call out to git diff
to get the list of files to process, we can add a —diff-filter
argument that ignores deleted. This will allow us to skip running our hooks on files that no longer exist.
There was some confusion on the last PR as I used the wrong account.