[PATCH] git-submodule: re-enable 'status' as the default subcommand
From: Lars Hjemli <hidden>
Date: 2016-06-15 22:43:26
This was broken as part of ecda072380. Signed-off-by: Lars Hjemli <redacted> --- git-submodule.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-submodule.sh b/git-submodule.sh
index 2cfeadd..3320998 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 "$@" ;; *)
--
1.5.3.rc4-dirty