diff options
| author | Daniel Lee Harple | 2013-05-18 08:27:22 -0400 |
|---|---|---|
| committer | Jack Nagel | 2013-05-22 19:53:05 -0500 |
| commit | c2f9c5dff75c6568089f6610d40a67cc568a86af (patch) | |
| tree | e09f74c3d05350bf1928beab3771f0fd61e097ac /share | |
| parent | a113ebbfee5cfc96f95f1ac13b2ea110e58e05cc (diff) | |
| download | homebrew-c2f9c5dff75c6568089f6610d40a67cc568a86af.tar.bz2 | |
Added support for a GitHub Personal API Access token
Signed-off-by: Jack Nagel <jacknagel@gmail.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 13b837164..38c4c6f26 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" "April 2013" "Homebrew" "brew" +.TH "BREW" "1" "May 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -500,6 +500,10 @@ If set, Homebrew will use this editor when editing a single formula, or several \fINOTE\fR: \fBbrew edit\fR will open all of Homebrew as discontinuous files and directories\. TextMate can handle this correctly in project mode, but many editors will do strange things in this case\. . .TP +HOMEBREW_GITHUB_API_TOKEN +A personal GitHub API Access token, which you can be create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\. +. +.TP HOMEBREW_KEEP_INFO If set, Homebrew will not remove files from \fBshare/info\fR, allowing them to be linked from the Cellar\. To access these info files, prepend \fBshare/info\fR to your \fBINFOPATH\fR environment variable\. . |
