pub fn run_git_utf8_with_retry(
repo_path: &Path,
args: &[&str],
is_transient: impl Fn(&RunError) -> bool + Send + Sync + 'static,
) -> Result<String, RunError>Expand description
Run a git command with retry, returning trimmed stdout as a String.