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)
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>
No differences found