pub fn run_git_utf8_with_timeout( repo_path: &Path, args: &[&str], timeout: Duration, ) -> Result<String, RunError>
Run a git command with a timeout, returning trimmed stdout as a String.
git
String