Hi, On Wed, 28 Jan 2009, Yuval Kogman wrote: > @@ -1012,6 +1015,9 @@ int cmd_merge(int argc, const char **argv, const char *prefix) > finish(o->sha1, msg.buf); > drop_save(); > return 0; > + } else if ( only_fast_forward ) { > + printf("Merge is non fast forward, aborting.\n"); > + return 1; > } else if (!remoteheads->next && common->next) If you compare the two if() lines, you will see that you mixed style. Ciao, Dscho -- 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