On Mon, Apr 15, 2013 at 12:37 PM, Felipe Contreras <[email protected]> wrote: > @@ -417,36 +421,54 @@ static void fill_tracking_info(struct strbuf *stat, > const char *branch_name, > int ours, theirs; > char *ref = NULL; > struct branch *branch = branch_get(branch_name); > + struct strbuf fancy; > + > + strbuf_init(&fancy, 0);
Nitpick. You could have done "struct strbuf fancy = STRBUF_INIT;". No need to resend, I think, unless there are other changes. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

