summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-02-09 21:41:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-10 21:54:34 (GMT)
commit59934417fffd3f8dcdc9e18271644b4db0627ea9 (patch)
tree4498680ce5669e823190e699a1c715df4c1dee76
parentddfe900612119e4e8c21c812a0ced4a72e5d66b7 (diff)
downloadgit-59934417fffd3f8dcdc9e18271644b4db0627ea9.zip
git-59934417fffd3f8dcdc9e18271644b4db0627ea9.tar.gz
git-59934417fffd3f8dcdc9e18271644b4db0627ea9.tar.bz2
t/.gitattributes: sort lines
Sort the lines starting with "/", the only out-of-place line was added along with most of the file in 614f4f0f350 (Fix the remaining tests that failed with core.autocrlf=true, 2017-05-09). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--t/.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/.gitattributes b/t/.gitattributes
index df05434..d778bfa 100644
--- a/t/.gitattributes
+++ b/t/.gitattributes
@@ -5,9 +5,9 @@ t[0-9][0-9][0-9][0-9]/* -whitespace
/t3206/* eol=lf
/t3900/*.txt eol=lf
/t3901/*.txt eol=lf
-/t4034/*/* eol=lf
/t4013/* eol=lf
/t4018/* eol=lf
+/t4034/*/* eol=lf
/t4051/* eol=lf
/t4100/* eol=lf
/t4101/* eol=lf