* Sverre Hvammen Johansen <hvammen@xxxxxxxxx> [2008-03-17 20:27:13 -0800]: > New fast forward strategies, only, is introduced. This new fast > forward strategy prevents real merges. > > + fast_forward=allow ;; > + *) > + die "Available fast-forward strategies > are: allow, newer, and only" ;; I fail to apply this patch. It seems wrapped here. Do you use "git send-email"? > + esac > + ;; > + --ff=*) > + fast_forward=${1#--ff=} > + case "$fast_forward" in > + allow|never|only) > + ;; > + *) > + die "Available fast-forward strategies > are: allow, newer, and only" ;; Wrapped again. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html