Module gitoxide_core::pack::receive

source ·
Available on crate features async-client or blocking-client only.

Re-exports

  • pub use gix::odb::pack;
  • pub use gix::protocol;
  • pub use gix::protocol::transport;

Structs

Enums

  • Defines what to do next after certain [Delegate] operations.
  • An owned hash identifying objects, most commonly Sha1
  • A git reference, commonly referred to as ‘ref’, as returned by a git server before sending a pack.

Constants

Traits

  • A trait that extends &[u8] with string oriented methods.
  • A trait for describing hierarchical progress.

Functions