mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-21 15:30:15 -05: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