We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--system
git config
1 parent 20ef4e9 commit 6b1c243Copy full SHA for 6b1c243
gix-path/src/env/git/mod.rs
@@ -89,7 +89,7 @@ pub(super) static EXE_INFO: Lazy<Option<BString>> = Lazy::new(|| {
89
const CREATE_NO_WINDOW: u32 = 0x08000000;
90
cmd.creation_flags(CREATE_NO_WINDOW);
91
}
92
- cmd.args(["config", "-l", "--system", "--show-origin"])
+ cmd.args(["config", "-l", "--show-origin"])
93
.current_dir(env::temp_dir())
94
.stdin(Stdio::null())
95
.stderr(Stdio::null());
0 commit comments