X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=1fc781d7668468f9e74bd430b7569dc040440ba8;hb=826a93398df54d4f3874f8851da29878c14b1a88;hp=94e1e9d516887d818f99f8f6d6b3ded3f3be6d6f;hpb=35865ca24500a0d46a012f7a55f39bf36389f7ba;p=git.git diff --git a/run-command.h b/run-command.h index 94e1e9d51..1fc781d76 100644 --- a/run-command.h +++ b/run-command.h @@ -23,6 +23,7 @@ struct child_process { unsigned close_out:1; unsigned no_stdin:1; unsigned no_stdout:1; + unsigned no_stderr:1; unsigned git_cmd:1; /* if this is to be git sub-command */ unsigned stdout_to_stderr:1; };