On 2019.05.09 07:22, Derrick Stolee via GitGitGadget wrote: > This series replaces ds/commit-graph-file-v2, and I'm using the same > gitgitgadget PR to continue the version numbers and hopefully make that > clear. This is a slight modification on patches 1-11 from the incremental > file format RFC [0]. > > The commit-graph feature is growing, thanks to all of the contributions by > several community members. This also means that the write_commit_graph() > method is a bit unwieldy now. This series refactors that method to use a > write_commit_graph_context struct that is passed between several smaller > methods. The final result should be a write_commit_graph() method that has a > clear set of steps. Future changes should then be easier to understand. This series looks good to me.