aboutsummaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-08-04 16:25:53 +0200
committerJunio C Hamano <gitster@pobox.com>2007-08-17 02:44:09 -0700
commit97a5d8cce913aa1727a026a07422a0c9b5ca0e38 (patch)
tree0dec1693c183b3be879a155a651cc5d26db4feb4 /git-submodule.sh
parenta9ab2009dbbf769aadd52957950c1bad60a0c8fd (diff)
downloadgit-97a5d8cce913aa1727a026a07422a0c9b5ca0e38.tar.gz
git-97a5d8cce913aa1727a026a07422a0c9b5ca0e38.tar.xz
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-xgit-submodule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index 2cfeaddbc..3320998c7 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 "$@"
;;
*)