pub fn make_hunks(lines: &[DiffLine], context: usize) -> Vec<DiffHunk>
Group diff lines into hunks with context.