Expand description
Git log parsing utilities
This module provides functionality to parse git commits from a repository
using the git2 crate.
Structsยง
- Commit
With Diff - A commit with optional diff information
- Diff
Summary - Summary of all changes in a commit
- File
Diff - Represents file changes in a commit
- GitRepo
- A git repository wrapper for parsing commits
- Walk
Options - Configuration for walking commits