Struct libgit2_sys::git_fetch_options [] [src]

pub struct git_fetch_options {
    pub version: c_int,
    pub callbacks: git_remote_callbacks,
    pub prune: git_fetch_prune_t,
    pub update_fetchhead: c_int,
    pub download_tags: git_remote_autotag_option_t,
    pub custom_headers: git_strarray,
}

Fields

version: c_int callbacks: git_remote_callbacks prune: git_fetch_prune_t update_fetchhead: c_int download_tags: git_remote_autotag_option_t custom_headers: git_strarray