mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
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 448abbba63
(short help:
allow multi-line opthelp, 2023-07-18) which is reported by `git diff
--check 448abbba6347^!` as having whitespace issues.
Let's not complain about this because it is intentional.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fb7d80edca
commit
12009a182b
1 changed files with 1 additions and 0 deletions
1
t/.gitattributes
vendored
1
t/.gitattributes
vendored
|
@ -22,3 +22,4 @@ t[0-9][0-9][0-9][0-9]/* -whitespace
|
|||
/t7500/* eol=lf
|
||||
/t8005/*.txt eol=lf
|
||||
/t9*/*.dump eol=lf
|
||||
/t0040*.sh whitespace=-indent-with-non-tab
|
||||
|
|
Loading…
Reference in a new issue