diff options
| author | Adam Vandenberg | 2010-10-04 17:12:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-04 17:12:34 -0700 |
| commit | 012af638531e168e7baa0e870e8bb4475c2e08fe (patch) | |
| tree | b6092d9cff3c8e58c2d519d89a505fc29e40fd45 | |
| parent | 4218da2ab5187bd23e4815eb7969ec748c7cbac6 (diff) | |
| download | homebrew-012af638531e168e7baa0e870e8bb4475c2e08fe.tar.bz2 | |
document brew log
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 641b67ea4..c6e046412 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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 diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 9af4bb5fc..7a6dedf42 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 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\. . |
