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)
|
-q|--quiet)
|
||||||
quiet=1
|
quiet=1
|
||||||
;;
|
;;
|
||||||
|
-v|--verbose)
|
||||||
|
quiet=0
|
||||||
|
;;
|
||||||
--progress)
|
--progress)
|
||||||
progress=1
|
progress=1
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user