Merge branch 'jk/submodule-fsck-loose' into maint
commit9e84a6d7580c3714a2c1c152d7820ccc93232a71
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2018 05:26:05 +0000 (22 14:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2018 05:26:05 +0000 (22 14:26 +0900)
tree8618cf1c227b0715cea19d1174dbcdeb357f4d71
parent68f95b26e43f8183b9d1cdd41f42e99da43152bf
parentb7b1fca175f1ed7933f361028c631b9ac86d868d
Merge branch 'jk/submodule-fsck-loose' into maint

* jk/submodule-fsck-loose:
  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