]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sb/pull-rebase-submodule'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:54 +0000 (11:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:54 +0000 (11:33 -0700)
"git pull --rebase -v" in a repository with a submodule barfed as
an intermediate process did not understand what "-v(erbose)" flag
meant, which has been fixed.

* sb/pull-rebase-submodule:
  git-submodule.sh: accept verbose flag in cmd_update to be non-quiet

1  2 
git-submodule.sh

index 8b5ad59bdee39eba4fc56b28d6771a291dac55f0,98049acc98a47e414dcd73ec792f7d3d92784905..f7fd80345cd991df4b17c6598d7dd7bd462424c7
@@@ -438,8 -516,11 +438,11 @@@ cmd_update(
                -q|--quiet)
                        GIT_QUIET=1
                        ;;
+               -v)
+                       GIT_QUIET=0
+                       ;;
                --progress)
 -                      progress="--progress"
 +                      progress=1
                        ;;
                -i|--init)
                        init=1