libgit2

git_midx_writer_options

Version:

Options structure for git_midx_writer_options.

Initialize with GIT_MIDX_WRITER_OPTIONS_INIT. Alternatively, you can use git_midx_writer_options_init.

Signature

typedef struct git_midx_writer_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