Function libgit2_sys::git_remote_update_tips

source ยท
pub unsafe extern "C" fn git_remote_update_tips(
    remote: *mut git_remote,
    callbacks: *const git_remote_callbacks,
    update_flags: c_uint,
    download_tags: git_remote_autotag_option_t,
    reflog_message: *const c_char,
) -> c_int