Skip to main content

git_quiet

Function git_quiet 

Source
pub fn git_quiet(args: &[&str], cwd: Option<&Path>) -> Result<String, GitError>
Expand description

Like git, but quiet: stderr is captured into the error rather than streamed, for callers that are UIs which must not be written over.