summaryrefslogtreecommitdiffstats
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 11:44:09 +0200
commit97a5d8cce913aa1727a026a07422a0c9b5ca0e38 (patch)
tree0dec1693c183b3be879a155a651cc5d26db4feb4 /git-submodule.sh
parentClean-up read-tree error condition. (diff)
downloadgit-97a5d8cce913aa1727a026a07422a0c9b5ca0e38.tar.xz
git-97a5d8cce913aa1727a026a07422a0c9b5ca0e38.zip
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 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 "$@"
;;
*)