]> git.99rst.org Git - git.git/commit
submodule--helper: libify determine_submodule_update_strategy()
authorÆvar Arnfjörð Bjarmason <redacted>
Wed, 31 Aug 2022 23:18:08 +0000 (01:18 +0200)
committerJunio C Hamano <redacted>
Fri, 2 Sep 2022 16:16:24 +0000 (09:16 -0700)
commit484f9150e6eda45ba3ebdb1e64568bb294f791c6
tree09caa441d224fbcff8eb2410cf722638d66d2c82
parent2cb9294b99f62bb7439c99ba22898508ba4ff621
submodule--helper: libify determine_submodule_update_strategy()

Libify the determine_submodule_update_strategy() by having it invoke
die_message() rather than die(), and returning the code die_message()
returns on failure.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Reviewed-by: Glen Choo <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/submodule--helper.c
git clone https://git.99rst.org/PROJECT