From: Lars Hjemli Date: Sat, 4 Aug 2007 14:25:53 +0000 (+0200) Subject: git-submodule: re-enable 'status' as the default subcommand X-Git-Tag: v1.5.3-rc6~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97a5d8cce913aa1727a026a07422a0c9b5ca0e38;p=git.git 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 --- 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 "$@" ;; *)