forked from kemitix/git-next
parent
ec258bca97
commit
f7dc27f67e
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ pub fn reset(
|
|||
info!("Running command: {}", command);
|
||||
match gix::command::prepare(command)
|
||||
.with_shell_allow_argument_splitting()
|
||||
.stdout(std::process::Stdio::null())
|
||||
.stderr(std::process::Stdio::null())
|
||||
.spawn()
|
||||
{
|
||||
Ok(mut child) => match child.wait() {
|
||||
|
|
Loading…
Reference in a new issue