Function radicle_cli::terminal::patch::diff_stats

source ยท
pub fn diff_stats(
    repo: &Repository,
    old: &Oid,
    new: &Oid,
) -> Result<DiffStats, Error>
Expand description

Get the diff stats between two commits. Should match the default output of git diff <old> <new> --stat exactly.