Skip to main content

Module git

Module git 

Source
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§

CommitInfo
Summary of a single commit.
GitRepo
Repository wrapper.
TagInfo
A candidate version tag.