On Tue, Apr 07, 2009 at 11:22:51PM -0700, Junio C Hamano wrote: > > The diff is scary, but it is mostly reindentation. > ... and an introduction of a bug ;-) Oops. > > + die("unknown %.*s format %s", > > + formatp - name, name, formatp); > die("unknown %.*s format %s", > (int)(formatp - name), name, formatp); Hey, it's all 32 bits, right? ;) Thanks for spotting it. -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