On Wed, Aug 16, 2017 at 10:16:13PM +0200, Martin Koegler wrote: > From: Martin Koegler <martin.koegler@xxxxxxxxx> > > The current delta code produces incorrect pack objects for files > 4GB. This may need a little bit more info (E.g. it does not fix anything on a 32 bit Linux) How about this: The current delta code produces incorrect pack objects for files > 4GB when "unsigned long" has 32 bits and size_t 64 bits.