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