Junio C Hamano <gitster@xxxxxxxxx> writes: >> + if (!short_upstream) >> + short_upstream = branch->merge[0]->src; >> + /* >> + * Don't show advice for people who explicitely set >> + * push.default. >> + */ >> + const char *advice_maybe = ""; > > I've amended this to avoid decl-after-stmt. Oops, right, I didn't notice the advice_maybe was a declaration. Thanks for the fix. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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