Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ls-files instead of ls-tree to run whitespace tests.
This allows us to check uncommitted files (while still ignoring ignored files). Anything that should go into the repo that is not specifically excluded from testing will be tested. Note that this also removed the -f test since only files are returned from ls-files.
- Loading branch information