author | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Jan 2008 10:35:49 +0000 (02:35 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jan 2008 04:57:42 +0000 (20:57 -0800) | ||
commit | 23a485e3ee32a9445e1c20bd4fd4b93119cd4f7c | |
tree | b038572351c35fa1966c1db7b086716b8f752706 | tree | snapshot |
parent | 36a189c86e4a4ad75a75f598eedfe2defab3cbf3 | commit | diff |
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 <gitster@pobox.com>
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 <gitster@pobox.com>
git-submodule.sh | diff | blob | history |