Skip to main content

Module git

Module git 

Source
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 of GitOperations.

Structs§

CommitInfo
Git commit metadata.
DiffStats
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.