]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-submodule.sh
Start the 2.46 cycle
[thirdparty/git.git] / git-submodule.sh
index 9a50f2e9124492589aa3a298a8bec74dbded8e32..7f9582d92343450e0c71ba72e5faee845cc1165b 100755 (executable)
@@ -244,6 +244,9 @@ cmd_update()
                -q|--quiet)
                        quiet=1
                        ;;
+               -v|--verbose)
+                       quiet=0
+                       ;;
                --progress)
                        progress=1
                        ;;