]> git.ipfire.org Git - thirdparty/git.git/commit
submodule--helper: remove resolve-relative-url subcommand
authorAtharva Raykar <raykar.ath@gmail.com>
Tue, 10 Aug 2021 11:46:40 +0000 (17:16 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Aug 2021 18:45:12 +0000 (11:45 -0700)
commit15fe88d5a6275c79eb0a4e6e56b5bf5d0a30a4fc
treeff16a0c39abd30c7602f51fb9a621001477a0f16
parentba8a3b019ed796fcf5224c2b2280eb1ebc129075
submodule--helper: remove resolve-relative-url subcommand

The shell subcommand `resolve-relative-url` is no longer required, as
its last caller has been removed when it was converted to 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