<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.0.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #1211 from vladshablinsky/list-version-code</title>
<updated>2016-10-02T17:33:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-02T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f7d1f4eca69d8a40bb8cd5c317ad20aa5d5bc128'/>
<id>f7d1f4eca69d8a40bb8cd5c317ad20aa5d5bc128</id>
<content type='text'>
list: fix exit code for --verbose and --pinned</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
list: fix exit code for --verbose and --pinned</pre>
</div>
</content>
</entry>
<entry>
<title>update-test: fix tag updating, skip core tap.</title>
<updated>2016-10-02T16:16:35+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-02T16:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c6f5d24238c452ad5f13d597ff613e5477abb14a'/>
<id>c6f5d24238c452ad5f13d597ff613e5477abb14a</id>
<content type='text'>
Fix updating the `stable` branch used for tagged updates and ensure
that the core tap isn’t retapped (the slowest part by far of this test).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix updating the `stable` branch used for tagged updates and ensure
that the core tap isn’t retapped (the slowest part by far of this test).
</pre>
</div>
</content>
</entry>
<entry>
<title>list: fix exit code for --verbose and --pinned</title>
<updated>2016-10-02T09:35:30+00:00</updated>
<author>
<name>Uladzislau Shablinski</name>
</author>
<published>2016-10-02T09:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=db478fb7b2d8047403b71208af73b400bcf7a3e2'/>
<id>db478fb7b2d8047403b71208af73b400bcf7a3e2</id>
<content type='text'>
`brew list --verbose &lt;formulae&gt;` lists only those kegs that
are installed and exits with 0 if all &lt;formulae&gt; installed.
If one or more formulae from &lt;formulae&gt; are not installed, the
command lists only installed versions and exits with 1.

`brew --pinned formula` exits with 1 if formula is not pinned.

Fixes #1172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew list --verbose &lt;formulae&gt;` lists only those kegs that
are installed and exits with 0 if all &lt;formulae&gt; installed.
If one or more formulae from &lt;formulae&gt; are not installed, the
command lists only installed versions and exits with 1.

`brew --pinned formula` exits with 1 if formula is not pinned.

Fixes #1172
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1205 from MikeMcQuaid/help-external-commands</title>
<updated>2016-10-02T07:59:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-02T07:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f90f52d90236ca64edf0e979145bbdbd80c165d1'/>
<id>f90f52d90236ca64edf0e979145bbdbd80c165d1</id>
<content type='text'>
help: support `#:` help in external commands.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
help: support `#:` help in external commands.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1206 from MikeMcQuaid/install-no-updated-warning</title>
<updated>2016-10-02T07:59:24+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-02T07:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a364c981e4b258d94670f4b0450a45b35f85001f'/>
<id>a364c981e4b258d94670f4b0450a45b35f85001f</id>
<content type='text'>
install: remove not updated warning.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
install: remove not updated warning.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #823 from reitermarkus/refactoring-tty</title>
<updated>2016-10-02T03:36:50+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-02T03:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8b06a01e5b94fec9876a4fdfea1177496a0b7c93'/>
<id>8b06a01e5b94fec9876a4fdfea1177496a0b7c93</id>
<content type='text'>
Refactor Tty.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor Tty.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1169 from reitermarkus/rubocop-separate-configs</title>
<updated>2016-10-01T20:20:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-01T20:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fa14c262454c2678ca9c8a1caa2f0080833ac67a'/>
<id>fa14c262454c2678ca9c8a1caa2f0080833ac67a</id>
<content type='text'>
Use separate RuboCop configs for formulae and core code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use separate RuboCop configs for formulae and core code.</pre>
</div>
</content>
</entry>
<entry>
<title>install: remove not updated warning.</title>
<updated>2016-10-01T18:42:38+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-01T18:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c699597c4c2ee251919507a509a96ca2b7840a7f'/>
<id>c699597c4c2ee251919507a509a96ca2b7840a7f</id>
<content type='text'>
This is no longer relevant after moving to taps/tags and if ever
re-added it should probably target homebrew/core.

Fixes #1194.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is no longer relevant after moving to taps/tags and if ever
re-added it should probably target homebrew/core.

Fixes #1194.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Formatter for all URLs.</title>
<updated>2016-10-01T18:00:49+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-17T01:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=884b26850615d5624e09762e1ae8bc5b104a934a'/>
<id>884b26850615d5624e09762e1ae8bc5b104a934a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `Formatter` module.</title>
<updated>2016-10-01T18:00:49+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-08-30T19:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=75e8b59aad4814112a53119f68ed629d60b3f97b'/>
<id>75e8b59aad4814112a53119f68ed629d60b3f97b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
