mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
Sync with maint
* maint: pull: do not abuse 'break' inside a shell 'case'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user