зеркало из https://github.com/microsoft/git.git
Sync with maint
* maint: pull: do not abuse 'break' inside a shell 'case'
This commit is contained in:
Коммит
75cc6c67e2
|
@ -58,11 +58,9 @@ pull_ff=$(git config pull.ff)
|
|||
case "$pull_ff" in
|
||||
false)
|
||||
no_ff=--no-ff
|
||||
break
|
||||
;;
|
||||
only)
|
||||
ff_only=--ff-only
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче