From 4a9ee8154a13a0bc7b9fa3aea47108b12072ab07 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 20 Sep 2016 11:50:02 +0200 Subject: Simplify `brew man` authors. --- docs/brew.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index b6c4be718..c7b9de125 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -731,7 +731,7 @@ your shell profile, or you can use it before a brew command:

Homebrew's current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Tomasz Pajor, Baptiste Fontaine, Zhiming Wang, Brett Koonce, ilovezfs, Martin Afanasjew, Uladzislau Shablinski, Dominyk Tiller, Tim Smith and Alex Dunn.

-

Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg, Max Howell and Homebrew's creator: Max Howell.

+

Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg and Homebrew's creator: Max Howell.

BUGS

-- cgit v1.2.3 From 1758c2bcb5974c945b5d15ed5547fe1d3b3e02f3 Mon Sep 17 00:00:00 2001 From: Nikolay Labinskiy Date: Wed, 21 Sep 2016 13:04:34 +0300 Subject: readme update: it's version 1.0 already --- docs/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 740f73ea3..ac9dbcd79 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,8 +7,9 @@ Homebrew installs the stuff you need that Apple didn’t. - [Gems, Eggs and Perl Modules](Gems,-Eggs-and-Perl-Modules.md) - [Homebrew and Python](Homebrew-and-Python.md) -Please note: Homebrew is not 1.0 yet. Generally it works well, but when -it doesn’t we’d hope you report the bug. +Please note: Homebrew generally works well, but when it doesn’t we’d hope you +report the bug. + ## Troubleshooting First, please run `brew update` (twice) and `brew doctor`. -- cgit v1.2.3 From 2e808ff2e33797247b40440e8797bd2500095d1f Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 13 Sep 2016 21:43:06 +0100 Subject: Xcode.md: update 10.11 expectation --- docs/Xcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Xcode.md b/docs/Xcode.md index 98c5c6347..683a2b0fb 100644 --- a/docs/Xcode.md +++ b/docs/Xcode.md @@ -10,7 +10,7 @@ Tools available for your platform: 10.8 | 5.1.1 | April 2014 10.9 | 6.2 | 6.2 10.10 | 7.2.1 | 7.2 - 10.11 | 7.3.1 | 7.3 + 10.11 | 8.0 | 8.0 10.12 | 8.0 | 8.0 -- cgit v1.2.3 From 9fda6d2ec97264b03cc1cacdcd2f88db756db0c6 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 22 Sep 2016 17:36:14 +0100 Subject: docs/Xcode: there is no 10.11 CLT 8.0 From the 8.1 Xcode Beta: ``` There is no Command Line Tools (OS X 10.11) for Xcode 8 package. Xcode 8 contains SDKs that are incompatible with earlier toolchains. Developers who want to make use of the Xcode 8 SDKs from the command line must choose the SDK with `xcode-select`. Developers on OS X El Capitan who have installed versions of the Command Line Tools (OS X 10.11) for Xcode 8 Beta should install Command Line Tools (OS X 10.11) for Xcode 7.3.1. ``` Thanks Apple. --- docs/Xcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Xcode.md b/docs/Xcode.md index 683a2b0fb..7697a9c55 100644 --- a/docs/Xcode.md +++ b/docs/Xcode.md @@ -10,7 +10,7 @@ Tools available for your platform: 10.8 | 5.1.1 | April 2014 10.9 | 6.2 | 6.2 10.10 | 7.2.1 | 7.2 - 10.11 | 8.0 | 8.0 + 10.11 | 8.0 | 7.3 10.12 | 8.0 | 8.0 -- cgit v1.2.3 From f9b544cc5dadf77e041c8488ab47e50d25731758 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 24 Sep 2016 19:53:35 +0100 Subject: Update manpage. Add some missed changes. I'll add a CI check for this at a future point. --- docs/brew.1.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index c7b9de125..1aee073c1 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -552,7 +552,7 @@ Each <patch-source> may be one of:
tap_readme [-v] name

Generate the README.md file for a new tap.

-
test [--devel|--HEAD] [--debug] [--keep-tmp] formula

A few formulae provide a test method. brew test formula runs this +

test [--devel|--HEAD] [--debug] [--keep-tmp] formula

Most formulae provide a test method. brew test formula runs this test method. There is no standard output or return code, but it should generally indicate to the user if something is wrong with the installed formula.

@@ -568,11 +568,11 @@ not deleted.

Example: brew install jruby && brew test jruby

tests [-v] [--coverage] [--generic] [--no-compat] [--only=] [--seed seed] [--trace] [--online] [--official-cmd-taps]

Run Homebrew's unit and integration tests.

-
update-test [--commit=<sha1>] [--before=<date>] [--keep-tmp]

Runs a test of brew update with a new repository clone.

+
update-test [--commit=<commit>] [--before=<date>] [--keep-tmp]

Runs a test of brew update with a new repository clone.

If no arguments are passed, use origin/master as the start commit.

-

If --commit=<sha1> is passed, use <sha1> as the start commit.

+

If --commit=<commit> is passed, use <commit> as the start commit.

If --before=<date> is passed, use the commit at <date> as the start commit.

-- cgit v1.2.3