pub fn format_stat_line(
path: &str,
insertions: usize,
deletions: usize,
max_path_len: usize,
) -> StringExpand description
Generate diff stat output (file name + insertions/deletions).
Returns a single line like: file.txt | 5 ++---