Re-exports§
pub use error::GitStorageError;pub use error::Result;pub use handoff_artifact_store::artifact_ref_name;pub use handoff_artifact_store::list_handoff_artifact_refs;pub use handoff_artifact_store::load_handoff_artifact;pub use handoff_artifact_store::store_handoff_artifact;pub use store::NativeGitStorage;pub use store::PruneStats;pub use url::generate_raw_url;
Modules§
Constants§
- HANDOFF_
ARTIFACTS_ REF_ PREFIX - Ref prefix used for handoff artifacts.
- SESSIONS_
BRANCH - Branch name used for storing session data.
- SESSIONS_
REF - Ref path for the sessions branch.