]> git.ipfire.org Git - thirdparty/git.git/commit
submodule--helper: remove add-clone subcommand
authorAtharva Raykar <raykar.ath@gmail.com>
Tue, 10 Aug 2021 11:46:38 +0000 (17:16 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Aug 2021 18:45:11 +0000 (11:45 -0700)
commitf006132c243249f0eef01ba31b415426650e0916
treee00464c96c1ad2d7f88dc62a13145eb66cf8a292
parenta6226fd772b1dfff87fa8dc040d97efa75a3721c
submodule--helper: remove add-clone subcommand

We no longer need this subcommand, as all of its functionality is being
called by the newly-introduced `module_add()` directly within C.

Signed-off-by: Atharva Raykar <raykar.ath@gmail.com>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Shourya Shukla <periperidip@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c