document brew log
This commit is contained in:
parent
80ae0e6d95
commit
2366cb3f9b
@ -159,6 +159,10 @@ didn't include with OS X.
|
||||
Using Git, fetches the newest version of Homebrew from the GitHub
|
||||
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
|
||||
|
||||
Homebrew allows external commands to be defined by putting a +x file named
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.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"
|
||||
\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
|
||||
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"
|
||||
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\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user