pub fn run_git_utf8_cancellable( repo_path: &Path, args: &[&str], cancel: Arc<AtomicBool>, ) -> Result<String, RunError>
Run a git command with cancellation, returning trimmed stdout as a String.
git
String