Function libgit2_sys::git_branch_lookup [] [src]

pub unsafe extern fn git_branch_lookup(out: *mut *mut git_reference,
                                       repo: *mut git_repository,
                                       branch_name: *const c_char,
                                       branch_type: git_branch_t)
                                       -> c_int