On Thu, Mar 20, 2008 at 09:48:16PM -0700, Junio C Hamano wrote: > > + case 'z': /* null */ > > + strbuf_addch(sb, '\0'); > > + return 1; > > } > > > > /* these depend on the commit */ > > I do not like this at all. Why aren't we doing %XX (2 hexadecimal digits > for an octet)? Because %ad is already taken? :) %x* is still available, though, so maybe %x00? -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