pub fn expand_fetch_refspecs(
remote: &RemoteName,
branch_names: Vec<StringPattern>,
) -> Result<ExpandedFetchRefSpecs, GitFetchError>
Expand description
Expand a list of branch string patterns to refspecs to fetch
pub fn expand_fetch_refspecs(
remote: &RemoteName,
branch_names: Vec<StringPattern>,
) -> Result<ExpandedFetchRefSpecs, GitFetchError>
Expand a list of branch string patterns to refspecs to fetch