On Sat, 3 Mar 2018 18:36:32 +0700 Nguyễn Thái Ngọc Duy <[email protected]> wrote:
> From: Stefan Beller <[email protected]> > > Signed-off-by: Stefan Beller <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]> > Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Thanks - I've checked that none of the functions invoked in prepare_packed_git_one() access the_repository. (add_packed_git() does not, despite its name.) The patches up to this one are fine. [snip] > - for (p = the_repository->objects.packed_git; p; > + for (p = r->objects.packed_git; p; Optional: this could be get_packed_git(r).

