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>
This commit is contained in:
Jeff King
2014-11-24 13:40:44 -05:00
committed by Junio C Hamano
parent 450870cba7
commit 76e86fc6e3
2 changed files with 2 additions and 1 deletions

View File

@ -263,6 +263,7 @@ done <<-\EOF
dot .
dotdot ..
dotgit .git
dotgit-case .GIT
EOF
test_done