Function libgit2_sys::git_stash_pop[][src]

pub unsafe extern "C" fn git_stash_pop(
    repo: *mut git_repository,
    index: size_t,
    options: *const git_stash_apply_options
) -> c_int