pub async fn fetch_branch_diff_stat( dir: &str, branch: &str, base_branch: &str, ) -> Option<DiffSummary>
Fetch diff statistics between two explicit branches (not using HEAD)