aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Contributions/manpages/brew.1.md4
-rw-r--r--share/man/man1/brew.16
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\.
.