<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.0.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Convert `puts_columns` to `puts Formatter.columns`.</title>
<updated>2016-10-15T15:13:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-02T18:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=198bf4d3bdeaf3047f9af80788ea18cd192541af'/>
<id>198bf4d3bdeaf3047f9af80788ea18cd192541af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don’t use `puts_columns` if `empty?` or single item.</title>
<updated>2016-10-15T15:13:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-02T05:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=01d87f810721d8e8faf4b73ff5120923fa7c88ca'/>
<id>01d87f810721d8e8faf4b73ff5120923fa7c88ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>postinstall: allow write access to cellars in repository.</title>
<updated>2016-10-11T08:36:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-11T08:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=58d998e20826a9d7b319b9677c91391240e22297'/>
<id>58d998e20826a9d7b319b9677c91391240e22297</id>
<content type='text'>
If HOMEBREW_CELLAR (or HOMEBREW_PREFIX) are children of
HOMEBREW_REPOSITORY it’s important to deny write to the repository and
enable write to the Cellar/prefix afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If HOMEBREW_CELLAR (or HOMEBREW_PREFIX) are children of
HOMEBREW_REPOSITORY it’s important to deny write to the repository and
enable write to the Cellar/prefix afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>“Homebrew Cask” -&gt; “Homebrew-Cask”</title>
<updated>2016-10-06T16:34:20+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-06T16:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9c2420a9ef95f153743bbef1d266928d6338f51e'/>
<id>9c2420a9ef95f153743bbef1d266928d6338f51e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1145 from reitermarkus/module-function</title>
<updated>2016-10-04T08:31:49+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-04T08:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cafe1497808ef1ddb002061665ad606aa2340d10'/>
<id>cafe1497808ef1ddb002061665ad606aa2340d10</id>
<content type='text'>
Use `module_function` for `Homebrew` module.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `module_function` for `Homebrew` module.</pre>
</div>
</content>
</entry>
<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>
</feed>
