Skip to content

Commit

Permalink
Sync with maint
Browse files Browse the repository at this point in the history
* maint:
  pull: do not abuse 'break' inside a shell 'case'
  • Loading branch information
Junio C Hamano committed Jun 12, 2014
2 parents 50f84e3 + 9a597ed commit 75cc6c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75cc6c6

Please sign in to comment.