Module git

Module git 

Source
Expand description

Git storage module

Provides git object storage backed by LMDB with hashtree merkle tree integration.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

error
Error types for git module
object
Git object types and serialization
refs
Git references (branches, tags, HEAD)
storage
Hashtree-backed git object and ref storage with configurable persistence