Expand description
Git repository operations tool
Provides git operations with structured output.
Structs§
- Branch
Info - Git branch info
- Commit
Info - Git commit info
- Diff
Hunk - A hunk in a diff
- Diff
Line - A line in a diff
- Diff
Stats - Diff statistics
- File
Change - A file change in git
- File
Diff - Diff for a single file
- GitDiff
- Git diff result
- GitStatus
- Git repository status
- GitTools
- Git operations service
- GitWorktree
Info - Information about a git worktree.
Enums§
- Change
Status - Type of change
- Diff
Line Type