Module git

Module git 

Source
Expand description

Git repository operations tool

Provides git operations with structured output.

Structs§

BranchInfo
Git branch info
CommitInfo
Git commit info
DiffHunk
A hunk in a diff
DiffLine
A line in a diff
DiffStats
Diff statistics
FileChange
A file change in git
FileDiff
Diff for a single file
GitDiff
Git diff result
GitStatus
Git repository status
GitTools
Git operations service
GitWorktreeInfo
Information about a git worktree.

Enums§

ChangeStatus
Type of change
DiffLineType