submodule: remove submodule_config callback routine
commit2cc67fe54a029842e71e49a676bf010e988d4063
authorBrandon Williams <bmwill@google.com>
Thu, 3 Aug 2017 18:19:54 +0000 (3 11:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Aug 2017 20:11:01 +0000 (3 13:11 -0700)
tree1bdaca71bd8a8f43ae7e6c7904a3d708319ea517
parent7463e2ec3e932707b70b5d5c82df51bfbb6aa77d
submodule: remove submodule_config callback routine

Remove the last remaining caller of 'submodule_config()' as well as the
function itself.

With 'submodule_config()' being removed the submodule-config API can be
a little simpler as callers don't need to worry about whether or not
they need to overlay the repository's config on top of the
submodule-config.  This also makes it more difficult to accidentally
add non-submodule specific configuration to the .gitmodules file.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
submodule.c
submodule.h