Struct gitoxide_core::index::checkout_exclusive::Options   
source · pub struct Options {
    pub index: Options,
    pub empty_files: bool,
    pub keep_going: bool,
    pub thread_limit: Option<usize>,
}Fields§
§index: Options§empty_files: boolIf true, all files will be written with zero bytes despite having made an ODB lookup.
keep_going: bool§thread_limit: Option<usize>If set, don’t use more than this amount of threads. Otherwise, usually use as many threads as there are logical cores. A value of 0 is interpreted as no-limit