Expand description
Pure-Rust repository access layer built on gix (gitoxide).
Corresponds to the original GitVersion.LibGit2Sharp, providing the minimum graph
operations needed for version calculation: tag collection, commit walking, merge-base, and uncommitted changes.
Structs§
- Commit
Info - Summary of a single commit.
- GitRepo
- Repository wrapper.
- TagInfo
- A candidate version tag.