]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
submodule: accept -v for the update command
authorSven Strickroth <email@cs-ware.de>
Sat, 10 Dec 2022 13:06:37 +0000 (14:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Dec 2022 01:28:30 +0000 (10:28 +0900)
commit6f65f847664445b347810bece6eee84c2f39f4ef
tree910d22759147e6b1af3f6d3907fe4bef56883c4b
parent8706a59933d09354c5e3eb09a543453655a97183
submodule: accept -v for the update command

Since a56771a6 (builtin/pull: respect verbosity settings in
submodules, 2018-01-25), "git pull -v --recurse-submodules"
propagates the "-v" to the submodule command, but because the
latter command does not understand the option, it barfs.

Teach "git submodule update" to accept the option to fix it.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh