pub fn diffstat(repo: &Path, default: &str, branch: &str) -> Result<String>
Diffstat of the branch against the base (for the distillation prompt).
Returns Err if git fails.
Err