From: Junio C Hamano Date: Wed, 18 Jul 2018 19:20:31 +0000 (-0700) Subject: Merge branch 'ao/config-from-gitmodules' X-Git-Tag: v2.19.0-rc0~154 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b9632c9d95f601c3d557cdbad60c06fcc7d30110 Merge branch 'ao/config-from-gitmodules' Tighten the API to make it harder to misuse in-tree .gitmodules file, even though it shares the same syntax with configuration files, to read random configuration items from it. * ao/config-from-gitmodules: submodule-config: reuse config_from_gitmodules in repo_read_gitmodules submodule-config: pass repository as argument to config_from_gitmodules submodule-config: make 'config_from_gitmodules' private submodule-config: add helper to get 'update-clone' config from .gitmodules submodule-config: add helper function to get 'fetch' config from .gitmodules config: move config_from_gitmodules to submodule-config.c --- b9632c9d95f601c3d557cdbad60c06fcc7d30110