mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
Remove the $prefix variable which isn't used anymore, and hasn't been sinceb3c5f5cb04(submodule: move core cmd_update() logic to C, 2022-03-15). Before that we'd use it to invoke "git submodule--helper" with the "--recursive-prefix" option, but sinceb3c5f5cb04that "git submodule--helper" option is only used when it invokes itself. So the "--recursive-prefix" option is still in use, but at this point only when the helper invokes itself during submodule recursion. See the "--recursive-prefix" option added inc51f8f94e5(submodule--helper: run update procedures from C, 2021-08-24). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 KiB
Executable File
11 KiB
Executable File