Enum git2::PackBuilderStage [] [src]

pub enum PackBuilderStage {
    AddingObjects,
    Deltafication,
}

Stages that are reported by the PackBuilder progress callback.

Variants

Adding objects to the pack

Deltafication of the pack