Skip to content

Commit 12009a1

Browse files
dschogitster
authored andcommitted
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]> Acked-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb7d80e commit 12009a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ t[0-9][0-9][0-9][0-9]/* -whitespace
2222
/t7500/* eol=lf
2323
/t8005/*.txt eol=lf
2424
/t9*/*.dump eol=lf
25+
/t0040*.sh whitespace=-indent-with-non-tab

0 commit comments

Comments
 (0)