From 2366cb3f9b9445fd79f7b4934a8bd7660a25c5a0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 4 Oct 2010 17:12:34 -0700 Subject: [PATCH] document brew log --- Library/Contributions/manpages/brew.1.md | 4 ++++ share/man/man1/brew.1 | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 641b67ea45..c6e0464125 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]` ...: + 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 9af4bb5fc3..7a6dedf421 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\-\fR or \fBbrew\-\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\. .