From: Johannes Schindelin Date: Wed, 12 Dec 2018 18:14:54 +0000 (-0800) Subject: t4256: mark support files as LF-only X-Git-Tag: v2.20.1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98f2d930d19c86c3c3d51176616558a73fd3d1de;p=thirdparty%2Fgit.git t4256: mark support files as LF-only The test t4256-am-format-flowed.sh requires carefully applying a patch after ignoring padding whitespace. This breaks if the file is munged to include CRLF line endings instead of LF. Signed-off-by: Johannes Schindelin Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/t/.gitattributes b/t/.gitattributes index 3bd959ae52..af5ce637b7 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -14,6 +14,7 @@ t[0-9][0-9][0-9][0-9]/* -whitespace /t4135/* eol=lf /t4211/* eol=lf /t4252/* eol=lf +/t4256/1/* eol=lf /t5100/* eol=lf /t5515/* eol=lf /t556x_common eol=lf