Re: [PATCH v4 06/11] commit-graph: extract fill_oids_from_packs()

2019-05-12 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > 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:

[PATCH v4 06/11] commit-graph: extract fill_oids_from_packs()

2019-05-09 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee 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 --- commit-graph.c | 83 +