submodule-config: move submodule-config functions to submodule-config.c
authorBrandon Williams <redacted>
Thu, 3 Aug 2017 18:19:57 +0000 (11:19 -0700)
committerJunio C Hamano <redacted>
Thu, 3 Aug 2017 20:11:01 +0000 (13:11 -0700)
commit1b796ace7b5566d7cd2ed2ee56d3e5b1f7605272
treef42ceacf4c2ffd03a6beeb2513684a7efc936a77
parent32bc548329d20d33fb25973d76440eccd260c433
submodule-config: move submodule-config functions to submodule-config.c

Migrate the functions used to initialize the submodule-config to
submodule-config.c so that the callback routine used in the
initialization process can be static and prevent it from being used
outside of initializing the submodule-config through the main API.

Signed-off-by: Brandon Williams <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/ls-files.c
submodule-config.c
submodule-config.h
submodule.c
submodule.h
git clone https://git.99rst.org/PROJECT