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

Also no longer needed is 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