On Mon, Apr 9, 2018 at 12:21 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * sb/packfiles-in-repository (2018-03-26) 12 commits > (merged to 'next' on 2018-03-30 at caa68db14d) > + packfile: keep prepare_packed_git() private > + packfile: allow find_pack_entry to handle arbitrary repositories > + packfile: add repository argument to find_pack_entry > + packfile: allow reprepare_packed_git to handle arbitrary repositories > + packfile: allow prepare_packed_git to handle arbitrary repositories > + packfile: allow prepare_packed_git_one to handle arbitrary repositories > + packfile: add repository argument to reprepare_packed_git > + packfile: add repository argument to prepare_packed_git > + packfile: add repository argument to prepare_packed_git_one > + packfile: allow install_packed_git to handle arbitrary repositories > + packfile: allow rearrange_packed_git to handle arbitrary repositories > + packfile: allow prepare_packed_git_mru to handle arbitrary repositories > (this branch uses nd/remove-ignore-env-field and sb/object-store; is tangled with sb/submodule-move-nested.) > > Refactoring of the internal global data structure continues. > > Is this ready for 'master' by now? I think so. Things start to look much nicer. -- Duy