pub fn fetch(
    mut_repo: &mut MutableRepo,
    git_repo: &Repository,
    remote_name: &str
) -> Result<Option<String>, GitFetchError>