Sync with v1.9.5
commit5e519fb8b09378342e23bd8c075cfb4b8e7b0e4f
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2014 19:28:02 +0000 (17 11:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2014 19:28:54 +0000 (17 11:28 -0800)
tree54e850e494e9bb6d25d99f82aeb03e1f8ec3faff
parent76f8611a5fb7e81c1bada0fb190d573a66fc03f6
parent83332636f575f00edff8f3afb15a2f96885bf417
Sync with v1.9.5

* maint-1.9:
  Git 1.9.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
12 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/test-lib.sh
unpack-trees.c
utf8.c