Struct git_config::file::init::Options
source · pub struct Options<'a> {
pub includes: Options<'a>,
pub lossy: bool,
}Expand description
Options when loading git config using File::from_paths_metadata().
Fields§
§includes: Options<'a>Configure how to follow includes while handling paths.
lossy: boolIf true, only value-bearing parse events will be kept to reduce memory usage and increase performance.
Note that doing so will degenerate write_to() and strip it off its comments
and additional whitespace entirely, but will otherwise be a valid configuration file.