libgit2

git_commit_graph_split_strategy_t

Version:

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

Values

GIT_COMMIT_GRAPH_SPLIT_STRATEGY_SINGLE_FILE
0

Do not split commit-graph files. The other split strategy-related option fields are ignored.

Versions