<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, 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>dependency_collector: need xz dep on &lt;= macOS 10.8</title>
<updated>2016-10-16T12:48:37+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-16T09:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a53eca8cdee26ad0c00a4add89b746d08a5dc87c'/>
<id>a53eca8cdee26ad0c00a4add89b746d08a5dc87c</id>
<content type='text'>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</pre>
</div>
</content>
</entry>
<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>Change test for `puts_columns` with empty input.</title>
<updated>2016-10-15T15:13:38+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-02T05:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a89dc33834e31fd8a3314647c747c4ddd1fbc029'/>
<id>a89dc33834e31fd8a3314647c747c4ddd1fbc029</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 #1279 from MikeMcQuaid/use-tar-xz</title>
<updated>2016-10-15T12:37:35+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T12:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=527a62b64bd8c578af08540166a8b1fd5bce521f'/>
<id>527a62b64bd8c578af08540166a8b1fd5bce521f</id>
<content type='text'>
Use BSD tar's libarchive LZMA support if available</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use BSD tar's libarchive LZMA support if available</pre>
</div>
</content>
</entry>
<entry>
<title>Use BSD tar's libarchive LZMA support if available</title>
<updated>2016-10-15T12:10:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T12:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b1a16deb190ae5ccb05b60a3dd10b53eaf1bae15'/>
<id>b1a16deb190ae5ccb05b60a3dd10b53eaf1bae15</id>
<content type='text'>
Avoid using an unnecessary `xz` dependency when it's not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid using an unnecessary `xz` dependency when it's not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve integration command test case output.</title>
<updated>2016-10-15T11:32:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T11:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7ab39e184b2e6e9badc1a5e78a5e196826f2703e'/>
<id>7ab39e184b2e6e9badc1a5e78a5e196826f2703e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename tap-readme command to tap-new.</title>
<updated>2016-10-15T11:32:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-13T12:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f435adc2d00f4e5f91390de423f113168efe72ac'/>
<id>f435adc2d00f4e5f91390de423f113168efe72ac</id>
<content type='text'>
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
</pre>
</div>
</content>
</entry>
<entry>
<title>tab: don't interpret unknown deps as no deps</title>
<updated>2016-10-11T08:00:39+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-30T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cd615acd5f6feec01283ced45ecb7ee16bedcba3'/>
<id>cd615acd5f6feec01283ced45ecb7ee16bedcba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename FormulaMethodDeprecatedError to  MethodDeprecatedError.</title>
<updated>2016-10-08T11:26:10+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-08T10:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b306f14b97de12b171af139f658959a8d5928440'/>
<id>b306f14b97de12b171af139f658959a8d5928440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make parsing locales more robust.</title>
<updated>2016-10-07T18:03:50+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-07T18:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fca66e17b38ae7ba952e0136611ea428563f8dba'/>
<id>fca66e17b38ae7ba952e0136611ea428563f8dba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
