diff --git a/Library/Homebrew/dev-cmd/update-test.rb b/Library/Homebrew/dev-cmd/update-test.rb index 18980b691f5f3ebe74df93c80f09ec1a44e875aa..8d0391f66433a7a9ffb16d199a273ea31f952cc8 100644 --- a/Library/Homebrew/dev-cmd/update-test.rb +++ b/Library/Homebrew/dev-cmd/update-test.rb @@ -8,11 +8,16 @@ #: If `--before=<date>` is passed, use the commit at `<date>` as the #: start commit. #: +#: If `--to-tag` is passed, set HOMEBREW_UPDATE_TO_TAG to test updating +#: between tags. +#: #: If `--keep-tmp` is passed, retain the temporary directory containing #: the new repository clone. module Homebrew def update_test + ENV["HOMEBREW_UPDATE_TO_TAG"] = "1" if ARGV.include?("--to-tag") + cd HOMEBREW_REPOSITORY start_commit = if commit = ARGV.value("commit") commit diff --git a/docs/brew.1.html b/docs/brew.1.html index c5cb7f6424ade3a826d2677a57a5dad6ba09de2b..168fc4beec365d823bdabc926e746685155c3dc5 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -591,6 +591,9 @@ not deleted.</p> <p>If <code>--before=<date></code> is passed, use the commit at <code><date></code> as the start commit.</p> +<p>If <code>--to-tag</code> is passed, set HOMEBREW_UPDATE_TO_TAG to test updating +between tags.</p> + <p>If <code>--keep-tmp</code> is passed, retain the temporary directory containing the new repository clone.</p></dd> </dl> diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index 850d69489d677ddcd41780853e7cbfe8cd54e2f4..8b969221d82910c70c921ed88a71064c540a171b 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW\-CASK" "1" "September 2016" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "October 2016" "Homebrew" "brew-cask" . .SH "NAME" \fBbrew\-cask\fR \- a friendly binary installer for macOS diff --git a/manpages/brew.1 b/manpages/brew.1 index f32a6282b7e8c09cfb992bd4fa4ab1c0122f0753..1c9146c3d49d046764ea40bef02cddb5cccc04d1 100644 --- a/manpages/brew.1 +++ b/manpages/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 2016" "Homebrew" "brew" +.TH "BREW" "1" "October 2016" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for macOS @@ -796,6 +796,9 @@ If \fB\-\-commit=<commit>\fR is passed, use \fB<commit>\fR as the start commit\. If \fB\-\-before=<date>\fR is passed, use the commit at \fB<date>\fR as the start commit\. . .IP +If \fB\-\-to\-tag\fR is passed, set HOMEBREW_UPDATE_TO_TAG to test updating between tags\. +. +.IP If \fB\-\-keep\-tmp\fR is passed, retain the temporary directory containing the new repository clone\. . .SH "EXTERNAL COMMANDS"