Expand description
Git commit analyzer using libgit2.
Reads commit history from a git repository and collects commit metadata for rule evaluation.
Structs§
- Analyzer
Config - Configuration for filtering which commits to analyze.
- Commit
Info - Parsed commit information extracted from git history.
Functions§
- analyze_
repo - Open a git repository and extract commit history.
- first_
line - Truncate commit message to first line only.