pub fn fetch_pack<R>(
working: Option<&Path>,
storage: &R,
oids: impl IntoIterator<Item = Oid>,
verbosity: Verbosity,
) -> Result<Output, Error>where
R: ReadRepository,Expand description
Perform a local fetch, from storage using git fetch-pack.
oids are the set of Oids that are being fetched from the
storage.