document brew log

This commit is contained in:
Adam Vandenberg 2010-10-04 17:12:34 -07:00
parent 80ae0e6d95
commit 2366cb3f9b
2 changed files with 9 additions and 1 deletions

View File

@ -159,6 +159,10 @@ didn't include with OS X.
Using Git, fetches the newest version of Homebrew from the GitHub Using Git, fetches the newest version of Homebrew from the GitHub
repository. repository.
* `log [git-options]` <formula> ...:
Shows the git log for the given formulae. Options that `git log`
recognizes can be passed before the formula list.
## EXTERNAL COMMANDS ## EXTERNAL COMMANDS
Homebrew allows external commands to be defined by putting a +x file named Homebrew allows external commands to be defined by putting a +x file named

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "BREW" "1" "September 2010" "Homebrew" "brew" .TH "BREW" "1" "October 2010" "Homebrew" "brew"
. .
.SH "NAME" .SH "NAME"
\fBbrew\fR \- The missing package manager for OS X \fBbrew\fR \- The missing package manager for OS X
@ -170,6 +170,10 @@ For all installed or specific formulae, remove any older versions from the cella
\fBupdate\fR \fBupdate\fR
Using Git, fetches the newest version of Homebrew from the GitHub repository\. Using Git, fetches the newest version of Homebrew from the GitHub repository\.
. .
.TP
\fBlog [git\-options]\fR \fIformula\fR \.\.\.
Shows the git log for the given formulae\. Options that \fBgit log\fR recognizes can be passed before the formula list\.
.
.SH "EXTERNAL COMMANDS" .SH "EXTERNAL COMMANDS"
Homebrew allows external commands to be defined by putting a +x file named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\. Homebrew allows external commands to be defined by putting a +x file named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\.
. .