A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/1df1ebb34dd3e2101d8a112dda66f6bac5261ea7 below:

Enable precious file parsing in `gix` CLI by default, allow ove… · GitoxideLabs/gitoxide@1df1ebb · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+10

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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