Enum git2::FetchPrune
[−]
[src]
pub enum FetchPrune {
Unspecified,
On,
Off,
}Configuration for how pruning is done on a fetch
Variants
UnspecifiedUse the setting from the configuration
OnForce pruning on
OffForce pruning off