git_commit_graph_writer_add_revwalk

Add a revwalk to the writer. This will add all the commits from the revwalk to the commit-graph.

extern (C) nothrow @nogc
int
git_commit_graph_writer_add_revwalk

Parameters

w libgit2.types.git_commit_graph_writer*

The writer.

walk libgit2.types.git_revwalk*

The git_revwalk.

Return Value

Type: int

0 or an error code

Meta