From 97a5d8cce913aa1727a026a07422a0c9b5ca0e38 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 4 Aug 2007 16:25:53 +0200 Subject: [PATCH] git-submodule: re-enable 'status' as the default subcommand This was broken as part of ecda072380. Signed-off-by: Lars Hjemli Acked-by: Sven Verdoolaege Signed-off-by: Junio C Hamano --- git-submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" ;; *) -- 2.26.2