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.
2 parents f52336f + ec26d32 commit 9946611Copy full SHA for 9946611
gix-diff/src/blob/pipeline.rs
@@ -549,7 +549,7 @@ impl Driver {
549
let cmd = gix_command::prepare(gix_path::from_bstr(command).into_owned())
550
// TODO: Add support for an actual Context, validate it *can* match Git
551
.with_context(Default::default())
552
- .command_may_be_shell_script()
+ .with_shell()
553
.stdin(Stdio::null())
554
.stdout(Stdio::piped())
555
.stderr(Stdio::piped())
0 commit comments