git_commit_graph_writer_options

Options structure for git_commit_graph_writer_commit/git_commit_graph_writer_dump.

Initialize with GIT_COMMIT_GRAPH_WRITER_OPTIONS_INIT. Alternatively, you can use git_commit_graph_writer_options_init.

Members

Variables

max_commits
size_t max_commits;

The number of commits in level N + 1 is more than C commits. Default is 64000.

size_multiple
float size_multiple;

The number of commits in level N is less than X times the number of commits in level N + 1. Default is 2.

split_strategy
.git_commit_graph_split_strategy_t split_strategy;

The strategy to use when adding new commits to a pre-existing commit-graph chain.

version_
uint version_;
Undocumented in source.

Meta