pub fn analyze_repository( repo_path: &Path, ) -> Result<(String, Vec<Contribution>), Box<dyn Error>>