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