Function analyze_repository

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