libgit2

git_commit_graph_open_options

Version:

Options structure for git_commit_graph_open_new.

Initialize with GIT_COMMIT_GRAPH_OPEN_OPTIONS_INIT. Alternatively, you can use git_commit_graph_open_options_init.

Signature

typedef struct git_commit_graph_open_options { unsigned int version git_oid_t oid_type };

Members

unsigned int
version
oid_type

The object ID type that this commit graph contains.

Parameter To

Versions