pub fn diff_numstat(base: &str, branch: &str) -> Result<(usize, usize)>Expand description
Lines added and deleted in branch relative to base, over the symmetric
base...branch range a forge uses for a review diff (the branch’s own work
since it diverged). Binary files, which --numstat marks with -, count
as zero.