]> git.ipfire.org Git - thirdparty/git.git/commit
submodule: drop unused sm_name parameter from show_fetch_remotes()
authorJeff King <peff@peff.net>
Fri, 23 Jul 2021 11:12:30 +0000 (07:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2021 19:03:44 +0000 (12:03 -0700)
commitbbe3165f825c8d9b6e4a6747a287147b4583c3c1
tree781c3675fb3ef134be69f1e189e586730de3ccf6
parent8c8195e9c3e21922673575828977845b613c3491
submodule: drop unused sm_name parameter from show_fetch_remotes()

This parameter has not been used since the function was introduced in
8c8195e9c3 (submodule--helper: introduce add-clone subcommand,
2021-07-10).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c