libgit2_sys

Function git_merge

Source
pub unsafe extern "C" fn git_merge(
    repo: *mut git_repository,
    their_heads: *mut *const git_annotated_commit,
    len: size_t,
    merge_opts: *const git_merge_options,
    checkout_opts: *const git_checkout_options,
) -> c_int