Skip to main content

stdout_piped

Function stdout_piped 

Source
pub fn stdout_piped(args: &[&str], stdin: &str) -> Option<String>
Expand description

stdout of a git command that itself reads a list from stdin — diff-tree --stdin, fed a list of commits, is the only caller today. Lossy but untrimmed: every line is a path, and the caller trims those itself.