pub fn git_quiet(args: &[&str], cwd: Option<&Path>) -> Result<String, GitError>
Like git, but quiet: stderr is captured into the error rather than streamed, for callers that are UIs which must not be written over.
git