//! Git protocol implementation for Guts.
//!
//! This crate implements the git pack file format and smart HTTP protocol,
//! enabling standard git clients to push and pull from Guts repositories.
pub use GitError;
pub use ;
pub use ;
pub use ;
/// Result type for git protocol operations.
pub type Result<T> = Result;