<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.3.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>
<entry>
<title>Unhide readall and update-reset from manpage.</title>
<updated>2017-10-26T15:14:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-26T15:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6114f48d5d009beeb75ffcf7dcf30371a43f1623'/>
<id>6114f48d5d009beeb75ffcf7dcf30371a43f1623</id>
<content type='text'>
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
</pre>
</div>
</content>
</entry>
<entry>
<title>leaves: account for requirements</title>
<updated>2017-10-20T19:21:21+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-10-20T19:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=313410035da385dccf56036c7be043a1bc4f9cc8'/>
<id>313410035da385dccf56036c7be043a1bc4f9cc8</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 #3304 from richiethomas/refactor_uses</title>
<updated>2017-10-20T17:10:31+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-20T17:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ed28ed78d1c462d10e4fd9c3ea18e9dd0385e3a5'/>
<id>ed28ed78d1c462d10e4fd9c3ea18e9dd0385e3a5</id>
<content type='text'>
In 'readall.rb', replaced multi-step 'each' loop with one-line method chain of Ruby enumerator methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 'readall.rb', replaced multi-step 'each' loop with one-line method chain of Ruby enumerator methods</pre>
</div>
</content>
</entry>
</feed>
