pub fn run_git_with_retry( repo_path: &Path, args: &[&str], is_transient: impl Fn(&RunError) -> bool + Send + Sync + 'static, ) -> Result<RunOutput, RunError>
Run a git command with retry on transient errors.
git