On Tue, 5 Apr 2011, Junio C Hamano wrote: > Nicolas Pitre <nico@xxxxxxxxxxx> writes: > > >> > This is only implemented inside of fast-import. pack-objects does not > >> > honor this variable. > >> > >> Do you mean perhaps we should? > > > > Yes. > > > > Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx> > > I actually was somewhat unhappy to use uintmax_t type in the public header > for some reason I cannot quite explain (perhaps religious), and was hoping > somebody with more sanity than myself would stop me or show me a better > way. Just use unsigned long. Everywhere we have object size, it is stored as unsigned long. Nicolas -- 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