"Derrick Stolee via GitGitGadget" <gitgitgad...@gmail.com> writes:
> From: Derrick Stolee <dsto...@microsoft.com> > > The write_commit_graph() method is too complex, so we are > extracting methods one by one. > > This extracts fill_oids_from_packs() that reads the given > pack-file list and fills the oid list in the context. > > Signed-off-by: Derrick Stolee <dsto...@microsoft.com> > --- Quite straight-forward. Looking good. Thanks.