Enum git2::FetchPrune [] [src]

pub enum FetchPrune {
    Unspecified,
    On,
    Off,
}

Configuration for how pruning is done on a fetch

Variants

Use the setting from the configuration

Force pruning on

Force pruning off