pub async fn git_raw(cwd: &Path, args: &[&str]) -> Result<GitOut>
Run git in cwd with args, returning the captured output regardless of exit status.
git
cwd
args