libgit2.example.merge

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

Functions

lg2_merge
int lg2_merge(libgit2.types.git_repository* repo, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

merge_options
struct merge_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta