Code

Documentation: bisect: reformat more paragraphs.
[git.git] / run-command.h
index 1c9126b875970f9739597ef871d9ad19da2cbc14..3680ef9d452490c67788b0ab027839a8383ed855 100644 (file)
@@ -19,6 +19,7 @@ struct child_process {
        unsigned close_in:1;
        unsigned close_out:1;
        unsigned no_stdin:1;
+       unsigned no_stdout:1;
        unsigned git_cmd:1; /* if this is to be git sub-command */
        unsigned stdout_to_stderr:1;
 };