Expand description
Git projection engine modules for interoperability with Git.
This module provides bidirectional conversion between Heddle state and Git projection state.
Re-exports§
pub use git_core::GitProjection;pub use git_core::GitProjectionError;pub use git_core::GitProjectionResult;pub use git_core::SyncMapping;pub use git_core::WriteThroughOutcome;pub use git_core::WriteThroughSkipReason;
Modules§
- git_
core - Core Git Projection and Bridge Mirror operations.
- git_
export - Export Heddle states to Git commits functionality.
- git_
mapping - Persistence and discovery for Git Projection Mapping.
- git_
notes - Git notes attached at
refs/notes/heddlecarry Heddle state metadata (change_id, agent, confidence, status) without polluting the commit message — and so without changing the commit SHA. - git_
reconstruct - Byte-exact git commit object serialization from a Heddle
State(#566). - git_
sync - Sync threads/markers for Git Projection Mapping.
- git_
util - Shared utilities and helpers for Git Projection operations.