Skip to main content

Crate rung_git

Crate rung_git 

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

BlameResult
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.
RemoteDivergence
Divergence state between a local branch and its tracking remote (upstream, falls back to origin).

Type Aliases§

Result
Result type alias using Error.