Re: [PATCH v4 0/22] pack bitmaps

2013-12-21 Thread Thomas Rast
Jeff King p...@peff.net writes: Here's the v4 re-roll of the pack bitmap series. The changes from v3 are: - reworked add_object_entry refactoring (see patch 11, which is new, and patch 12 which builds on it in a more natural way) This now looks like this (pasting because it is hard to

[PATCH v4 0/22] pack bitmaps

2013-12-21 Thread Jeff King
Here's the v4 re-roll of the pack bitmap series. The changes from v3 are: - reworked add_object_entry refactoring (see patch 11, which is new, and patch 12 which builds on it in a more natural way) - better error/die reporting from write_reused_pack - added Ramsay's PRIx64 compat fix -

Re: [PATCH v4 0/22] pack bitmaps

2013-12-21 Thread Jeff King
On Sat, Dec 21, 2013 at 08:56:51AM -0500, Jeff King wrote: Interdiff is below. [01/23]: sha1write: make buffer const-correct [02/23]: revindex: Export new APIs [03/23]: pack-objects: Refactor the packing list [04/23]: pack-objects: factor out name_hash [05/23]: revision: allow

Re: [PATCH v4 0/22] pack bitmaps

2013-12-21 Thread Jeff King
On Sat, Dec 21, 2013 at 08:56:51AM -0500, Jeff King wrote: The changes from v3 are: - reworked add_object_entry refactoring (see patch 11, which is new, and patch 12 which builds on it in a more natural way) - better error/die reporting from write_reused_pack - added Ramsay's