submodule: remove sh function in favor of helper
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 14 Nov 2020 12:21:31 +0000 (13:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Nov 2020 21:15:00 +0000 (13:15 -0800)
commite63f7b0acba326a47282036afffb83e2b3eb023d
treea8363646400cdf8ac0919e0fa57d1d00123dc041
parent1c1518071c7fa79de13b8c599d8dbb371950b033
submodule: remove sh function in favor of helper

Remove the now-redundant "get_default_remote" function by converting
its last user to the "print-default-remote" helper.

As can be seen in 13424764db ("submodule: port submodule subcommand
'sync' from shell to C", 2018-01-15) this helper is already used
internally by the C code for submodule remote name discovery.

The "get_default_remote" function in "git-parse-remote.sh" will be
removed in a follow-up change.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh