Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 2 commits
- 4 files changed
- 0 comments
- 1 contributor
Commits on Apr 19, 2014
We already have the rest of the utilities needed for handling stderr handles. Just need the actual higher-level function to get the pipe. This is needed for #9957.
Commits on Apr 22, 2014
Transport proxies may communicate useful information over stderr. Thus far stderr has been ignored. We should at the very least let the user know that we have some stderr output (NOTICE), and log it at INFO level. For now, we assume transport proxy configuration won't happen over stderr; but the output is meaningful. Log transport proxy stderr output (if any) in report_proxy_stderr(). * FIXES #9957
There are no files selected for viewing