Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update git-local-fetch documentation
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 1c9126b875970f9739597ef871d9ad19da2cbc14..3680ef9d452490c67788b0ab027839a8383ed855 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-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;
};