]> git.ipfire.org Git - thirdparty/git.git/commit
submodule config: inline config_from_{name, path}
authorStefan Beller <sbeller@google.com>
Tue, 22 Nov 2016 20:14:36 +0000 (12:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Nov 2016 22:43:03 +0000 (14:43 -0800)
commite6ead0f2dba3bdd9c1250298a4d82ea05cec2333
tree4ca1f3f760238fb674c21208ac7c7d124f1c2207
parentbe5a750939c212bc0781ffa04fabcfd2b2bd744e
submodule config: inline config_from_{name, path}

There is no other user of config_from_{name, path}, such that there is no
reason for the existence of these one liner functions. Just inline these
to increase readability.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule-config.c