From: Jeff King Date: Mon, 24 Nov 2014 18:40:44 +0000 (-0500) Subject: fsck: notice .git case-insensitively X-Git-Tag: v1.8.5.6~1^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/76e86fc6e3523d28e8db00e7b10c33c553d996b8?ds=inline;hp=76e86fc6e3523d28e8db00e7b10c33c553d996b8 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 Signed-off-by: Junio C Hamano ---