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

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. > > Extract write_commit_graph_file() that takes all of the information > in the context struct and writes the data to a commit-graph fi

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

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. Extract write_commit_graph_file() that takes all of the information in the context struct and writes the data to a commit-graph file. Signed-off-by: Derrick Stolee --- commit-graph.c