pub fn fetch_refspecs_for_source(
configured: Vec<String>,
refspecs: &[String],
fetch_all_tags: bool,
) -> Vec<String>Expand description
The effective refspec list for a fetch: explicit refspecs, else the
configured remote refspecs, else HEAD; with refs/tags/* appended when
fetching all tags.