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.
gix-command
1 parent 4d9bded commit c67770fCopy full SHA for c67770f
gix-credentials/src/program/mod.rs
@@ -82,7 +82,7 @@ impl Program {
82
args.insert_str(0, git_program.to_string_lossy().as_ref());
83
gix_command::prepare(gix_path::from_bstr(args.as_bstr()).into_owned())
84
.arg(action.as_arg(true))
85
- .with_shell_allow_argument_splitting()
+ .with_shell_allow_manual_argument_splitting()
86
.into()
87
}
88
Kind::ExternalShellScript(for_shell)
0 commit comments