Function jj_lib::git::fetch

source ·
pub fn fetch(
    mut_repo: &mut MutableRepo,
    git_repo: &Repository,
    remote_name: &str,
    branch_names: &[StringPattern],
    callbacks: RemoteCallbacks<'_>,
    git_settings: &GitSettings
) -> Result<GitFetchStats, GitFetchError>