Merge branch 'ss/pull-v-recurse-fix'
commitb3b9e5c1718e59d2a835291bbc9c28b1762c45ce
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Dec 2022 03:06:16 +0000 (28 12:06 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Dec 2022 03:06:17 +0000 (28 12:06 +0900)
tree299d3c13a175b8c9be76a3403ceb31f4c5610253
parent8a4e8f6a67e7fc97048d4666eec38399b88e0e3b
parent6f65f847664445b347810bece6eee84c2f39f4ef
Merge branch 'ss/pull-v-recurse-fix'

"git pull -v --recurse-submodules" attempted to pass "-v" down to
underlying "git submodule update", which did not understand the
request and barfed, which has been corrected.

* ss/pull-v-recurse-fix:
  submodule: accept -v for the update command
git-submodule.sh