pub fn get_staged_changes( repo: &Repository, context_lines: u32, max_lines_per_file: usize, max_line_width: usize, ) -> Result<String, Error>