<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.3.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>vendor-install: Add ARM bottle for portable-ruby</title>
<updated>2017-11-27T20:09:27+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-11-27T04:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2dbc4ffaf3c4f0ade903a428e635d470000a0729'/>
<id>2dbc4ffaf3c4f0ade903a428e635d470000a0729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow optionally using Homebrew's curl</title>
<updated>2017-11-26T18:17:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-26T18:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a19d0708a4888f42d8e5d1ff082a7a5aed73279e'/>
<id>a19d0708a4888f42d8e5d1ff082a7a5aed73279e</id>
<content type='text'>
If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead
of the system `curl`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead
of the system `curl`.
</pre>
</div>
</content>
</entry>
<entry>
<title>vendor-install: Observe HOMEBREW_STDERR</title>
<updated>2017-11-16T19:08:50+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-11-16T18:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6da95d882de5f1e1a5e12199b02b1f01f2d427e8'/>
<id>6da95d882de5f1e1a5e12199b02b1f01f2d427e8</id>
<content type='text'>
Suppress stderr unless HOMEBREW_STDERR is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suppress stderr unless HOMEBREW_STDERR is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>brew list --pinned: pass explicit sort to handle APFS</title>
<updated>2017-11-07T02:35:40+00:00</updated>
<author>
<name>commitay</name>
</author>
<published>2017-11-07T02:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ac799d9f2d8cff87d01b69174056f65552517721'/>
<id>ac799d9f2d8cff87d01b69174056f65552517721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew list --versions: pass explicit sort to handle APFS</title>
<updated>2017-11-06T10:27:23+00:00</updated>
<author>
<name>commitay</name>
</author>
<published>2017-11-06T09:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ccecdab4cd069a82820e239c1821076396314826'/>
<id>ccecdab4cd069a82820e239c1821076396314826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor command handling code</title>
<updated>2017-11-05T15:37:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T15:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7a68b4a3f96c0cc76f94de2cd72b463b40be0343'/>
<id>7a68b4a3f96c0cc76f94de2cd72b463b40be0343</id>
<content type='text'>
Don’t rely on having external commands always present in the PATH in
order to find them. Instead, provide an accessory method to Tap so
they can be added and used when needed.

While we’re here, do some general refactoring and cleanup of the
command code in these places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don’t rely on having external commands always present in the PATH in
order to find them. Instead, provide an accessory method to Tap so
they can be added and used when needed.

While we’re here, do some general refactoring and cleanup of the
command code in these places.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/sh: set working PS1 for zsh.</title>
<updated>2017-10-29T17:23:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-29T17:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=35493774785fbe870881c9cf5f7e4d66ab4926d2'/>
<id>35493774785fbe870881c9cf5f7e4d66ab4926d2</id>
<content type='text'>
The `bash`, default one is broken on `zsh`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `bash`, default one is broken on `zsh`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3380 from jmsundar/apfs_tap-info</title>
<updated>2017-10-28T12:08:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-28T12:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7caca570736a6232512328992b398270dbbf3f4f'/>
<id>7caca570736a6232512328992b398270dbbf3f4f</id>
<content type='text'>
tap-info: handle APFS returning hash order</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tap-info: handle APFS returning hash order</pre>
</div>
</content>
</entry>
<entry>
<title>style changes</title>
<updated>2017-10-28T09:26:51+00:00</updated>
<author>
<name>Jayendra Minakshisundar</name>
</author>
<published>2017-10-28T09:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ea7d356e08e9a54efca82bd90e5caf925c179d3d'/>
<id>ea7d356e08e9a54efca82bd90e5caf925c179d3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tap-info: sort taps by name to handle APFS</title>
<updated>2017-10-27T06:11:00+00:00</updated>
<author>
<name>Jayendra Minakshisundar</name>
</author>
<published>2017-10-27T06:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=590f06187f252bc7e03874bc51bfeb1ebcd5a139'/>
<id>590f06187f252bc7e03874bc51bfeb1ebcd5a139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
