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