X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=run-command.h;h=1fc781d7668468f9e74bd430b7569dc040440ba8;hb=5d1d1c14790cf74eb0d630c4404114206061232d;hp=94e1e9d516887d818f99f8f6d6b3ded3f3be6d6f;hpb=2515f935b9c1a0afa1b555f173a37d6ad7878fff;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; };