Skip to main content

analyze_repo

Function analyze_repo 

Source
pub fn analyze_repo(
    repo_path: &Path,
    config: &AnalyzerConfig,
) -> Result<Vec<CommitInfo>>
Expand description

Open a git repository and extract commit history.