diff options
| author | Junio C Hamano <gitster@pobox.com> | 2007-11-14 14:26:04 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 14:26:04 -0800 |
| commit | f5f6cb87defc4b7e8ba6cc6e82f616bef47ea6b0 (patch) | |
| tree | cfa0daa0b019e83aba1d15ae5d8a4359da578a0e /run-command.h | |
| parent | b2e163272c01aca4aee4684f5c683ba341c1953d (diff) | |
| parent | 4191c35671f6392173221bea3994f8b305f4f3a8 (diff) | |
| download | git-f5f6cb87defc4b7e8ba6cc6e82f616bef47ea6b0.tar.xz | |
Merge branch 'sp/fetch-fix'
* sp/fetch-fix:
git-fetch: avoid local fetching from alternate (again)
rev-list: Introduce --quiet to avoid /dev/null redirects
run-command: Support sending stderr to /dev/null
git-fetch: Always fetch tags if the object they reference exists
Diffstat (limited to 'run-command.h')
| -rw-r--r-- | run-command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-command.h b/run-command.h index 94e1e9d516..1fc781d766 100644 --- 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; }; |
