From: Junio C Hamano Date: Tue, 15 Jan 2008 10:35:49 +0000 (-0800) Subject: git-submodule: rename shell functions for consistency X-Git-Tag: v1.5.4-rc5~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/23a485e3ee32a9445e1c20bd4fd4b93119cd4f7c?hp=23a485e3ee32a9445e1c20bd4fd4b93119cd4f7c git-submodule: rename shell functions for consistency This renames the shell functions used in git-submodule that implement top-level subcommands. The rule is that the subcommand $foo is implemented by cmd_$foo function. A noteworthy change is that modules_list() is now known as cmd_status(). There is no "submodule list" command. Signed-off-by: Junio C Hamano ---