git_commit_graph_writer_new

Create a new writer for commit-graph files.

extern (C) nothrow @nogc
int
git_commit_graph_writer_new

Parameters

out_ libgit2.types.git_commit_graph_writer**

Location to store the writer pointer.

objects_info_dir const(char)*

The objects/info directory. The commit-graph file will be written in this directory.

Return Value

Type: int

0 or an error code

Meta