libgit2

git_commit_graph_writer_commit

Version:

Write a commit-graph file to a file.

Signature

int git_commit_graph_writer_commit(git_commit_graph_writer *w);

Parameters

In
w

The writer

Returns

int

0 or an error code

Versions