Merge branch 'jk/fsck-gitmodules-gently'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:39 +0000 (15:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:39 +0000 (15:30 -0700)
commitbd1a32d5c8ec5987824acb63694361d082ce9092
tree2d4cdf74b1f280cb9585af314928a2396763b65e
parent37aac3e408fa2348983e964f8bda2de581f2c44e
parent64eb14d31093b9e3af4a35ac7c030f1cfac64895
Merge branch 'jk/fsck-gitmodules-gently'

Recent "security fix" to pay attention to contents of ".gitmodules"
while accepting "git push" was a bit overly strict than necessary,
which has been adjusted.

* jk/fsck-gitmodules-gently:
  fsck: downgrade gitmodulesParse default to "info"
  fsck: split ".gitmodules too large" error from parse failure
  fsck: silence stderr when parsing .gitmodules
  config: add options parameter to git_config_from_mem
  config: add CONFIG_ERROR_SILENT handler
  config: turn die_on_error into caller-facing enum
config.c
config.h
fsck.c
submodule-config.c