X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=1fc781d7668468f9e74bd430b7569dc040440ba8;hb=9cb76b8cdc8ac62a77080595f6443613fd64bab3;hp=94e1e9d516887d818f99f8f6d6b3ded3f3be6d6f;hpb=03800743156fe4f331a10c0983b9d633bed3a687;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; };