Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip deleted files when filtering for git-modified
Deleted files cause realpath($path) to return false. When this value enters the while loop, it will run indefinitely as the condition will never be matched.
- Loading branch information