diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-08-04 16:25:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-17 02:44:09 -0700 |
commit | 97a5d8cce913aa1727a026a07422a0c9b5ca0e38 (patch) | |
tree | 0dec1693c183b3be879a155a651cc5d26db4feb4 /git-submodule.sh | |
parent | a9ab2009dbbf769aadd52957950c1bad60a0c8fd (diff) | |
download | git-97a5d8cce913aa1727a026a07422a0c9b5ca0e38.tar.gz |
git-submodule: re-enable 'status' as the default subcommand
This was broken as part of ecda072380.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Acked-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 2cfeaddbc2..3320998c76 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -313,7 +313,7 @@ case "$add,$init,$update,$status,$cached" in ,,1,,) modules_update "$@" ;; -,,,1,*) +,,,*,*) modules_list "$@" ;; *) |