fn fetch_with_gitoxide(
repo: &mut Repository,
remote_url: &str,
refspecs: Vec<String>,
tags: bool,
shallow: Shallow,
gctx: &GlobalContext,
) -> CargoResult<()>
fn fetch_with_gitoxide(
repo: &mut Repository,
remote_url: &str,
refspecs: Vec<String>,
tags: bool,
shallow: Shallow,
gctx: &GlobalContext,
) -> CargoResult<()>