jj_cli::diff_util

Function show_diff_stat

Source
pub fn show_diff_stat(
    formatter: &mut dyn Formatter,
    store: &Store,
    tree_diff: BoxStream<'_, CopiesTreeDiffEntry>,
    path_converter: &RepoPathUiConverter,
    options: &DiffStatOptions,
    display_width: usize,
    conflict_marker_style: ConflictMarkerStyle,
) -> Result<(), DiffRenderError>