Sync with v1.8.5.6
commit6898b797218ca1f25818d813318b387d965dc1bb
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2014 19:20:31 +0000 (17 11:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2014 19:20:31 +0000 (17 11:20 -0800)
treeeb41620da7ea49019cb97161646318f54225d647
parent9181365b856a63f8c5486ad0fe48f1cd60852da3
parent5c8213a7696b3d9e29feda2516e350d03d7bd9a4
Sync with v1.8.5.6

* maint-1.8.5:
  Git 1.8.5.6
  fsck: complain about NTFS ".git" aliases in trees
  read-cache: optionally disallow NTFS .git variants
  path: add is_ntfs_dotgit() helper
  fsck: complain about HFS+ ".git" aliases in trees
  read-cache: optionally disallow HFS+ .git variants
  utf8: add is_hfs_dotgit() helper
  fsck: notice .git case-insensitively
  t1450: refactor ".", "..", and ".git" fsck tests
  verify_dotfile(): reject .git case-insensitively
  read-tree: add tests for confusing paths like ".." and ".git"
  unpack-trees: propagate errors adding entries to the index
13 files changed:
Documentation/config.txt
Documentation/git.txt
cache.h
config.c
config.mak.uname
environment.c
fsck.c
path.c
read-cache.c
t/t1450-fsck.sh
t/test-lib.sh
unpack-trees.c
utf8.c