Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-08-04 18:25:53 +0400
committerJunio C Hamano <gitster@pobox.com>2007-08-17 13:44:09 +0400
commit97a5d8cce913aa1727a026a07422a0c9b5ca0e38 (patch)
tree0dec1693c183b3be879a155a651cc5d26db4feb4 /git-submodule.sh
parenta9ab2009dbbf769aadd52957950c1bad60a0c8fd (diff)
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 "$@"
;;
*)