merge_options

The following example demonstrates how to do merges with libgit2.

It will merge whatever commit-ish you pass in into the current branch.

Recognized options are : --no-commit: don't actually commit the merge.

Members

Variables

annotated
libgit2_d.types.git_annotated_commit** annotated;
Undocumented in source.
annotated_count
size_t annotated_count;
Undocumented in source.
heads
const(char)** heads;
Undocumented in source.
heads_count
size_t heads_count;
Undocumented in source.

Meta