<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.2.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Add `GitHub::search_code` method.</title>
<updated>2017-04-25T10:29:01+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-24T17:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2bda194bd91c0767517fe11adafcaacb3150aff0'/>
<id>2bda194bd91c0767517fe11adafcaacb3150aff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow forcing Homebrew GitHub organisation.</title>
<updated>2017-04-25T08:13:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-25T08:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=228239af31f1c5f3507884fa6b89d060644ef2a8'/>
<id>228239af31f1c5f3507884fa6b89d060644ef2a8</id>
<content type='text'>
On Linux this defaults to Linuxbrew but in some cases (i.e. a Linux
machine performing uploads for Homebrew) we want to allow this to be
overridden back to the defaults.

Relies on a change incoming to `brew test-bot` to set this there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Linux this defaults to Linuxbrew but in some cases (i.e. a Linux
machine performing uploads for Homebrew) we want to allow this to be
overridden back to the defaults.

Relies on a change incoming to `brew test-bot` to set this there.
</pre>
</div>
</content>
</entry>
<entry>
<title>search: use single HTTP call for tap searches.</title>
<updated>2017-04-24T13:11:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3c69aba87f21bb2a3b6a78de3328e22fe39e1c6'/>
<id>b3c69aba87f21bb2a3b6a78de3328e22fe39e1c6</id>
<content type='text'>
Use GitHub's code search API to search using the filename based on the
search query. This means we only need a single HTTP call and no more
multithreading madness. This also means we're able to search everything
in the Homebrew and Caskroom organisation by default without having to
maintain a list of things to search (and not) in here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use GitHub's code search API to search using the filename based on the
search query. This means we only need a single HTTP call and no more
multithreading madness. This also means we're able to search everything
in the Homebrew and Caskroom organisation by default without having to
maintain a list of things to search (and not) in here.
</pre>
</div>
</content>
</entry>
<entry>
<title>More deprecations.</title>
<updated>2017-04-22T15:28:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ba3c46d24fe6423845cc5e827eb94b3427d75a10'/>
<id>ba3c46d24fe6423845cc5e827eb94b3427d75a10</id>
<content type='text'>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`.</title>
<updated>2017-04-20T03:22:34+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-03-04T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6ce84c4fb8a4a6910fe05848e0c732d02c84e8cf'/>
<id>6ce84c4fb8a4a6910fe05848e0c732d02c84e8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lowercase `Caskroom` in `search`.</title>
<updated>2017-04-20T03:22:34+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-04T20:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3c017a7405a51ccdf3f00bbde6464b73faaf0f82'/>
<id>3c017a7405a51ccdf3f00bbde6464b73faaf0f82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install: don't search when formula is unreadable.</title>
<updated>2017-04-18T07:43:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-18T07:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1330b7441676da82ae89591b5d60e2e3f7b8ebe2'/>
<id>1330b7441676da82ae89591b5d60e2e3f7b8ebe2</id>
<content type='text'>
These formulae are detected as missing but exist in an unreadable form.

Fixes #2485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These formulae are detected as missing but exist in an unreadable form.

Fixes #2485
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2475 from MikeMcQuaid/uses-deleted</title>
<updated>2017-04-17T14:49:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-17T14:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d90398692cf6a673852588223bb1aa0ed8bc8a17'/>
<id>d90398692cf6a673852588223bb1aa0ed8bc8a17</id>
<content type='text'>
uses: allow checking deleted formulae.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses: allow checking deleted formulae.</pre>
</div>
</content>
</entry>
<entry>
<title>uses: allow checking deleted formulae.</title>
<updated>2017-04-17T14:06:48+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-17T14:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5a2c91dbc2cb935ecfc42dc72975a3e721f12154'/>
<id>5a2c91dbc2cb935ecfc42dc72975a3e721f12154</id>
<content type='text'>
This is useful for seeing when formulae are deleted if they are going to
leave behind any formulae that depend on them.

As a result, if there are any formulae returned return a non-zero/failed
exit status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for seeing when formulae are deleted if they are going to
leave behind any formulae that depend on them.

As a result, if there are any formulae returned return a non-zero/failed
exit status.
</pre>
</div>
</content>
</entry>
<entry>
<title>install: use include instead of regex.</title>
<updated>2017-04-17T13:56:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-17T13:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3b14aa2e90b63e6a694b985653268a1643fb6f14'/>
<id>3b14aa2e90b63e6a694b985653268a1643fb6f14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
