verify_dotfile: mention case-insensitivity in comment
commit641084b618ddbe099f0992161988c3e479ae848b
authorJeff King <peff@peff.net>
Tue, 15 May 2018 13:56:50 +0000 (15 09:56 -0400)
committerJeff King <peff@peff.net>
Tue, 22 May 2018 03:50:11 +0000 (21 23:50 -0400)
tree2a7e0bcf72c6477e605093c6f0ba2f972e3670d8
parente19e5e66d691bdeeeb5e0ed2ffcecdd7666b0d7b
verify_dotfile: mention case-insensitivity in comment

We're more restrictive than we need to be in matching ".GIT"
on case-sensitive filesystems; let's make a note that this
is intentional.

Signed-off-by: Jeff King <peff@peff.net>
read-cache.c