Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Reallow git-rebase --interactive --continue if commit is unnecessary
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 94e1e9d516887d818f99f8f6d6b3ded3f3be6d6f..1fc781d7668468f9e74bd430b7569dc040440ba8 100644
(file)
--- 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;
};