On Sat, Nov 17, 2007 at 12:53:14PM -0800, Junio C Hamano wrote: > > + strcpy(quickref, status_abbrev(ref->old_sha1)); > > + if (ref->nonfastforward) { > > + strcat(quickref, "..."); > > + type = '+'; > > + msg = " (forced update)"; > > ... you do not need the " (" and ")" here. Oops, good catch. > All merged to 'next'. Thanks. I see you fixed up the off-by-one buffer, too. Thanks. -Peff - 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