Hi, On Tue, 18 Nov 2008, Junio C Hamano wrote: > Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > > > - snprintf(logmsg, sizeof(logmsg), "Branch: renamed %s to %s", > > - oldref, newref); > > + strbuf_addf(&logmsg, "Branch: renamed %s to %s", > > + oldref.buf, newref.buf); > > I am wondering why nobody has complained until now, but shouldn't this > be oldname and newname? I think that was the intention. Lars? 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