Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-redundant.c: learn about index v2
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index ff090679a6fecd66bda4fba804a8ab6555571aa9..3680ef9d452490c67788b0ab027839a8383ed855 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-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;
};