git_commit_graph_writer_commit

Write a commit-graph file to a file.

extern (C) nothrow @nogc
int
git_commit_graph_writer_commit

Parameters

w libgit2.types.git_commit_graph_writer*

The writer

opts .git_commit_graph_writer_options*

Pointer to git_commit_graph_writer_options struct.

Return Value

Type: int

0 or an error code

Meta