On Fri, Dec 23, 2016 at 02:43:34PM -0500, David Turner wrote: > When git gc --auto does an incremental repack of loose objects, we do > not expect to be able to write a bitmap; it is very likely that > objects in the new pack will have references to objects outside of the > pack. So we shouldn't try to write a bitmap, because doing so will > likely issue a warning. Makes sense. Another reason is that the bitmap-reading code only handles a single bitmap. So it makes sense only to generate one during the all-in-one repack. I don't know if that is worth mentioning. > Signed-off-by: David Turner <dturner@xxxxxxxxxxxx> > Signed-off-by: Jeff King <peff@xxxxxxxx> I don't remember if I signed off the original, but just for the record, my signoff here is valid. -Peff