Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-11-24 21:40:44 +0300
committerJunio C Hamano <gitster@pobox.com>2014-12-17 22:04:39 +0300
commit76e86fc6e3523d28e8db00e7b10c33c553d996b8 (patch)
treeec06cc78824f9398e9b2e9df549f7ef06e7799bc /t
parent450870cba7a9bac94b5527021800bd8bf037c99c (diff)
fsck: notice .git case-insensitively
We complain about ".git" in a tree because it cannot be loaded into the index or checked out. Since we now also reject ".GIT" case-insensitively, fsck should notice the same, so that errors do not propagate. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t1450-fsck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1450-fsck.sh b/t/t1450-fsck.sh
index 4d8a4fe3c7..0438712553 100755
--- a/t/t1450-fsck.sh
+++ b/t/t1450-fsck.sh
@@ -263,6 +263,7 @@ done <<-\EOF
dot .
dotdot ..
dotgit .git
+dotgit-case .GIT
EOF
test_done