]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/.gitattributes: ignore whitespace in chainlint expect files
authorJeff King <peff@peff.net>
Wed, 10 Jul 2024 08:47:04 +0000 (04:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Jul 2024 17:15:40 +0000 (10:15 -0700)
The ".expect" files in t/chainlint/ are snippets of expected output from
the chainlint script, and do not necessarily conform to our usual code
style. Especially with the recent change to retain line numbers, blank
lines in the input script end up with trailing whitespace as we print
"3 " for line 3, for example. The point of these files is to match the
output verbatim, so let's not complain about the trailing spaces.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/.gitattributes

index b9cea1795d84e3c4e334a89822e059e8d67512ef..7664c6e027d0ed766f9b8974e177dcef58c790b5 100644 (file)
@@ -1,5 +1,5 @@
 t[0-9][0-9][0-9][0-9]/* -whitespace
-/chainlint/*.expect eol=lf
+/chainlint/*.expect eol=lf -whitespace
 /t0110/url-* binary
 /t3206/* eol=lf
 /t3900/*.txt eol=lf