Module models

Module models 

Source
Expand description

Data models for git repository information.

This module contains the core data structures used to represent git repository information including branches, commits, tags, and file changes.

Structs§

BranchInfo
Information about a git branch.
CommitInfo
Information about a git commit.
DiffHunk
A single diff hunk representing a contiguous change.
FileChange
A file change within a commit.
GitInfo
Complete git repository information.
TagInfo
Information about a git tag.

Enums§

ChangeType
Type of change made to a file.