On Thu, Feb 6, 2020 at 12:36 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * jk/packfile-reuse-cleanup (2020-01-23) 12 commits > - pack-bitmap: don't rely on bitmap_git->reuse_objects > - pack-objects: add checks for duplicate objects > - pack-objects: improve partial packfile reuse > - builtin/pack-objects: introduce obj_is_packed() > - pack-objects: introduce pack.allowPackReuse > - csum-file: introduce hashfile_total() > - pack-bitmap: simplify bitmap_has_oid_in_uninteresting() > - pack-bitmap: uninteresting oid can be outside bitmapped packfile > - pack-bitmap: introduce bitmap_walk_contains() > - ewah/bitmap: introduce bitmap_word_alloc() > - packfile: expose get_delta_base() > - builtin/pack-objects: report reused packfile objects > > The way "git pack-objects" reuses objects stored in existing pack > to generate its result has been improved. > > Will merge to 'next'? I think that it would be indeed ok to merge to next if no one comments further following the v4 [1] and my last reply to Peff [2] [1] https://lore.kernel.org/git/20191218112547.4974-1-chriscool@xxxxxxxxxxxxx/ [2] https://lore.kernel.org/git/CAP8UFD0h1TFVNqH7g823psaQzmEmzoz200CkZuDOV8GqNV7mrQ@xxxxxxxxxxxxxx/ According to Peff the code in this patch series has been running by GitHub for years. This patch series is also now used in a custom Git that has been running on gitlab.com for a few days. This custom Git is planned to be part of the GitLab 12.8 release later this month. Thanks, Christian.