Expand description
Git repository abstractions and operations. Git abstractions and repository operations.
Provides the GitOperations trait, common data types, and helpers used by
command flows.
Modules§
- commit
- Commit writing helpers.
- diff
- Diff parsing and per-file statistics helpers.
- repository
git2-backed repository implementation ofGitOperations.
Structs§
- Commit
Info - Git commit metadata.
- Diff
Stats - Diff statistics.
Traits§
- GitOperations
- Unified interface for Git operations.
Functions§
- find_
git_ root - Finds the git repository root by walking upward from the current directory.