pub fn analyze_repo(
repo_path: &Path,
config: &AnalyzerConfig,
) -> Result<Vec<CommitInfo>>Expand description
Open a git repository and extract commit history.
pub fn analyze_repo(
repo_path: &Path,
config: &AnalyzerConfig,
) -> Result<Vec<CommitInfo>>Open a git repository and extract commit history.