Expand description
§rung-git
Git operations abstraction layer for Rung, built on git2-rs. Provides high-level operations for branch management, rebasing, and repository state inspection.
Structs§
- Blame
Result - Result of a blame query for a line range.
- Hunk
- A hunk of changes from a staged diff.
- Oid
- Unique identity of any object (commit, tree, blob, tag).
- Repository
- High-level wrapper around a git repository.
Enums§
- Error
- Errors that can occur during git operations.