]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
git-submodule: rename shell functions for consistency
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2008 10:35:49 +0000 (02:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jan 2008 04:57:42 +0000 (20:57 -0800)
commit23a485e3ee32a9445e1c20bd4fd4b93119cd4f7c
treeb038572351c35fa1966c1db7b086716b8f752706
parent36a189c86e4a4ad75a75f598eedfe2defab3cbf3
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>
git-submodule.sh