commit
75cc6c67e2
|
@ -58,11 +58,9 @@ pull_ff=$(git config pull.ff)
|
||||||
case "$pull_ff" in
|
case "$pull_ff" in
|
||||||
false)
|
false)
|
||||||
no_ff=--no-ff
|
no_ff=--no-ff
|
||||||
break
|
|
||||||
;;
|
;;
|
||||||
only)
|
only)
|
||||||
ff_only=--ff-only
|
ff_only=--ff-only
|
||||||
break
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue