]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/submodule--helper.c
submodule: port subcommand 'set-url' from shell to C
authorShourya Shukla <shouryashukla.oo@gmail.com>
Fri, 8 May 2020 06:21:36 +0000 (11:51 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 16:17:55 +0000 (09:17 -0700)
commit6417cf9c21e9b3f450cd78352d19f43a4dd5a495
treed3a849f3982bfa741d354efb390d859b4c6cb872
parent07d8ea56f2ecb64b75b92264770c0a664231ce17
submodule: port subcommand 'set-url' from shell to C

Convert submodule subcommand 'set-url' to a builtin. Port 'set-url' to
'submodule--helper.c' and call the latter via 'git-submodule.sh'.

Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
git-submodule.sh