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;pub use git_residual::BridgeMirrorRetirementStatus;pub use git_residual::RESIDUALS_DIR_NAME;pub use git_residual::ResidualObject;pub use git_residual::ResidualStore;pub use git_residual::bridge_mirror_retirement_status;pub use git_residual::resolve_lossy_object;
Modules§
- credential
- Credential configuration for embedded Sley transports.
- git_
core - Core Git Projection and Bridge Mirror operations.
- git_
export - Export Heddle states to Git commits functionality.
- git_
ingest - Ingest-backed Git history import for bridge-facing commands.
- 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_
residual - Raw Git Object Residual storage.
- git_
sync - Sync threads/markers for Git Projection Mapping.
- git_
util - Shared utilities and helpers for Git Projection operations.