pub fn parse_add_file_content( lines: &[&str], start_idx: usize, ) -> (String, usize)
Parse added file content by collecting every + line until the next patch marker.
+