libgit2

git_commit_graph_writer_add_revwalk

Version:

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

Signature

int git_commit_graph_writer_add_revwalk(git_commit_graph_writer *w, git_revwalk *walk);

Parameters

In
w

The writer.

In
walk

The git_revwalk.

Returns

int

0 or an error code

Versions