libgit2

git_commit_graph_writer_options_init

Version:

Initialize git_commit_graph_writer_options structure

Initializes a git_commit_graph_writer_options with default values. Equivalent to creating an instance with GIT_COMMIT_GRAPH_WRITER_OPTIONS_INIT.

Signature

int git_commit_graph_writer_options_init(git_commit_graph_writer_options *opts, unsigned int version);

Parameters

unsigned int
In
version

The struct version; pass GIT_COMMIT_GRAPH_WRITER_OPTIONS_VERSION.

Returns

int

Zero on success; -1 on failure.

Versions