On Sat, 3 Mar 2018 18:36:32 +0700 Nguyễn Thái Ngọc Duy <pclo...@gmail.com> wrote:
> From: Stefan Beller <sbel...@google.com> > > Signed-off-by: Stefan Beller <sbel...@google.com> > Signed-off-by: Junio C Hamano <gits...@pobox.com> > Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com> 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).