Code

Use .git/MERGE_MSG in cherry-pick/revert
[git.git] / run-command.h
index ff090679a6fecd66bda4fba804a8ab6555571aa9..3680ef9d452490c67788b0ab027839a8383ed855 100644 (file)
@@ -15,8 +15,11 @@ struct child_process {
        const char **argv;
        pid_t pid;
        int in;
+       int out;
        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;
 };