+10
-0
lines changedFilter options
+10
-0
lines changed Original file line number Diff line number Diff line change
@@ -118,6 +118,16 @@ pub fn main() -> Result<()> {
118
118
.append_config(config.iter(), gix::config::Source::Cli)
119
119
.context("Unable to parse command-line configuration")?;
120
120
}
121
+
{
122
+
let mut config_mut = repo.config_snapshot_mut();
123
+
// Enable precious file parsing unless the user made a choice.
124
+
if config_mut
125
+
.boolean(gix::config::tree::Gitoxide::PARSE_PRECIOUS)
126
+
.is_none()
127
+
{
128
+
config_mut.set_raw_value(&gix::config::tree::Gitoxide::PARSE_PRECIOUS, "true")?;
129
+
}
130
+
}
121
131
Ok(repo)
122
132
}
123
133
};
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4