pub fn run_str(argv: &[&str], opts: &ExecOpts) -> Result<String>
Convenience for the many run(&["git".into(), ...]) call sites.
run(&["git".into(), ...])