On Fri, Oct 25, 2013 at 04:06:19PM -0700, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > diff --git a/pack-bitmap.c b/pack-bitmap.c > > new file mode 100644 > > index 0000000..73c52fd > > --- /dev/null > > +++ b/pack-bitmap.c > > @@ -0,0 +1,965 @@ > > +#include <stdlib.h> > > + > > +#include "cache.h" > > You among all people already know why this is bad, no? Yes, I am well aware of why we do not want it. I thought I removed that, but it appears I missed one. Sorry. -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