Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t0040: declare non-tab indentation to be okay in this script
By necessity, this script needs to verify that certain Git output matches expectations, including text indented with spaces instead of tabs. Most recently, such a check was introduced in 448abbb (short help: allow multi-line opthelp, 2023-07-18) which is reported by `git diff --check 448abbb^!` as having whitespace issues. Let's not complain about this because it is intentional. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information