pub fn run_git_with_timeout( repo_path: &Path, args: &[&str], timeout: Duration, ) -> Result<RunOutput, RunError>
Run a git command with a timeout.
git