pub fn parse_git_diff_with_path_mapper<T>( bytes: &[u8], map_path: T, ) -> Result<Vec<FileDiff>, DiffError>where T: FnMut(&str) -> Result<RepoPath, RepoPathError>,