зеркало из https://github.com/microsoft/git.git
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:
Коммит
b3b9e5c171
|
@ -244,6 +244,9 @@ cmd_update()
|
|||
-q|--quiet)
|
||||
quiet=1
|
||||
;;
|
||||
-v|--verbose)
|
||||
quiet=0
|
||||
;;
|
||||
--progress)
|
||||
progress=1
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче