manpages: document new environmental variable

Closes Homebrew/homebrew#38835.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Dominyk Tiller 2015-04-26 03:18:45 +01:00 committed by Mike McQuaid
parent 794b08fc0d
commit 696d7f3ba0
2 changed files with 21 additions and 0 deletions

View File

@ -585,6 +585,17 @@ can take several different forms:
*Note:* Homebrew will only try to print emoji on Lion or newer.
* HOMEBREW\_NO\_INSECURE\_REDIRECT:
If set, Homebrew will not permit redirects from secure HTTPS
to insecure HTTP.
While ensuring your downloads are fully secure, this is likely
to cause from-source Sourceforge & GNOME based formulae
to fail to download.
Apache formulae are currently unaffected by this variable and
can redirect to plaintext.
* HOMEBREW\_NO\_GITHUB\_API:
If set, Homebrew will not use the GitHub API for e.g searches or
fetching relevant issues on a failed install.

View File

@ -614,6 +614,16 @@ If set, Homebrew will not print the \fBHOMEBREW_INSTALL_BADGE\fR on a successful
\fINote:\fR Homebrew will only try to print emoji on Lion or newer\.
.
.TP
HOMEBREW_NO_INSECURE_REDIRECT
If set, Homebrew will not permit redirects from secure HTTPS to insecure HTTP\.
.
.IP
While ensuring your downloads are fully secure, this is likely to cause from\-source Sourceforge & GNOME based formulae to fail to download\.
.
.IP
Apache formulae are currently unaffected by this variable and can redirect to plaintext\.
.
.TP
HOMEBREW_NO_GITHUB_API
If set, Homebrew will not use the GitHub API for e\.g searches or fetching relevant issues on a failed install\.
.