submodule--helper: reduce logic in run_update_procedure()
commit75df9df0f81368816612cdb11a6c4bb054724ea3
authorGlen Choo <chooglen@google.com>
Tue, 15 Mar 2022 21:09:23 +0000 (15 14:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Mar 2022 22:07:43 +0000 (16 15:07 -0700)
treec238e40713354840987ea5752dd54808d0adcd5e
parentc9911c9358e611390e2444f718c73900d17d3d60
submodule--helper: reduce logic in run_update_procedure()

A later commit will combine the "update-clone" and
"run-update-procedure" commands, so run_update_procedure() will be
removed. Prepare for this by moving as much logic as possible out of
run_update_procedure() and into update_submodule2().

Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c