mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 12:26:23 -05:00
Merge branch 'suppress-t0040-whitespace-error'
A recently-introduced commit fails Git's own whitespace check. Fix this by exempting the affected file from that particular whitespace check because it does not apply here. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user