Function libgit2_sys::git_merge [−][src]
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