mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
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
This commit is contained in:
commit
b3b9e5c171
@ -244,6 +244,9 @@ cmd_update()
|
||||
-q|--quiet)
|
||||
quiet=1
|
||||
;;
|
||||
-v|--verbose)
|
||||
quiet=0
|
||||
;;
|
||||
--progress)
|
||||
progress=1
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user