Sync with Git 2.17.1
commit7913f53b5628997165e075008d6142da1c04271a
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2018 08:09:58 +0000 (29 17:09 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2018 08:10:05 +0000 (29 17:10 +0900)
treeec9ffa97b492e873118bc9e3d521b9cab63b7098
parente144d126d74f5d2702870ca9423743102eec6fcd
parentfc54c1af3ec09bab8b8ea09768c2da4069b7f53e
Sync with Git 2.17.1

* maint: (25 commits)
  Git 2.17.1
  Git 2.16.4
  Git 2.15.2
  Git 2.14.4
  Git 2.13.7
  fsck: complain when .gitmodules is a symlink
  index-pack: check .gitmodules files with --strict
  unpack-objects: call fsck_finish() after fscking objects
  fsck: call fsck_finish() after fscking objects
  fsck: check .gitmodules content
  fsck: handle promisor objects in .gitmodules check
  fsck: detect gitmodules files
  fsck: actually fsck blob data
  fsck: simplify ".git" check
  index-pack: make fsck error message more specific
  verify_path: disallow symlinks in .gitmodules
  update-index: stat updated files earlier
  verify_dotfile: mention case-insensitivity in comment
  verify_path: drop clever fallthrough
  skip_prefix: add case-insensitive variant
  ...
20 files changed:
apply.c
builtin/fsck.c
builtin/index-pack.c
builtin/submodule--helper.c
builtin/unpack-objects.c
builtin/update-index.c
cache.h
dir.c
fsck.c
git-compat-util.h
path.c
read-cache.c
sha1-file.c
submodule-config.c
submodule-config.h
t/helper/test-path-utils.c
t/lib-pack.sh
t/t0060-path-utils.sh
utf8.c
utf8.h