diff options
| author | David MacMahon | 2013-10-22 16:18:31 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-25 21:12:28 +0100 |
| commit | a999ddc002af970b12e8472daa3677c1c2e093c5 (patch) | |
| tree | 4918b88db8bb39d5303cbd507ce49d549da32e9e /share | |
| parent | 5b433bb05a8b9010493a58ea6fe475596dfa06e9 (diff) | |
| download | brew-a999ddc002af970b12e8472daa3677c1c2e093c5.tar.bz2 | |
Add HOMEBREW_NO_GITHUB_API env var.
This patch allows users to "opt out" of using the GitHub API altogether
by setting the HOMEBREW_NO_GITHUB_API environment variable. The
value of the environment variable does not matter (it can even be
empty!).
For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ee6716111..cbae61934 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "September 2013" "Homebrew" "brew" +.TH "BREW" "1" "October 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -557,6 +557,10 @@ If set, Homebrew will not print the beer emoji on a successful build\. \fINote:\fR Homebrew will only try to print emoji on Lion or newer\. . .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\. +. +.TP HOMEBREW_SOURCEFORGE_MIRROR If set, Homebrew will use the value of \fBHOMEBREW_SOURCEFORGE_MIRROR\fR to select a SourceForge mirror for downloading bottles\. . |
