Commit 83862c83748b03d473a58d983916bec0bc385b62

lhchavez 2020-02-17T21:28:13

commit-graph: Add a way to write commit-graph files This change adds the git_commit_graph_writer_* functions to allow to write and create `commit-graph` files from `.idx`/`.pack` files or `git_revwalk`s. Part of: #5757