<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.3.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>audit: Use version pinned by brew while executing rubocop cli</title>
<updated>2017-09-20T07:56:50+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-09-20T07:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=17e275305397af78efddd6f4442ad14595cbcd0a'/>
<id>17e275305397af78efddd6f4442ad14595cbcd0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>List cask full-names</title>
<updated>2017-09-16T17:00:06+00:00</updated>
<author>
<name>Dan Wendorf</name>
</author>
<published>2017-07-09T02:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=acf1b278ae0c27f19e7d20a9d23c005201dc818c'/>
<id>acf1b278ae0c27f19e7d20a9d23c005201dc818c</id>
<content type='text'>
`brew cask list` supports the `--full-name` flag which will include the tap
name for casks not part of the core caskroom/cask tap. For example, if
cask "foo-beta" is installed from the caskroom/versions cask, `brew cask
list --full-name` will report the name as "caskroom/versions/foo-beta".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew cask list` supports the `--full-name` flag which will include the tap
name for casks not part of the core caskroom/cask tap. For example, if
cask "foo-beta" is installed from the caskroom/versions cask, `brew cask
list --full-name` will report the name as "caskroom/versions/foo-beta".
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks for older Mac OS X versions.</title>
<updated>2017-09-16T11:41:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-16T11:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ffdda0eb9f4a2e56366e8c665d147d9be637f6f4'/>
<id>ffdda0eb9f4a2e56366e8c665d147d9be637f6f4</id>
<content type='text'>
- `brew update` should try to install `curl` before `git` on older
  versions of Mac OS X where it is needed for accessing modern SSL
  certificates.
- We don't need an HTTP mirror for `git` because `curl` will already be
  installed before it is downloaded.
- Don't recommend GCC on Mac OS X versions where it can't be built with
  the default system compiler.
- Start using the Homebrew `curl` on Mac OS X versions where it is
  needed as soon as it is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `brew update` should try to install `curl` before `git` on older
  versions of Mac OS X where it is needed for accessing modern SSL
  certificates.
- We don't need an HTTP mirror for `git` because `curl` will already be
  installed before it is downloaded.
- Don't recommend GCC on Mac OS X versions where it can't be built with
  the default system compiler.
- Start using the Homebrew `curl` on Mac OS X versions where it is
  needed as soon as it is installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always load Cask in `brew irb`.</title>
<updated>2017-09-11T07:09:05+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-09-11T07:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ae27cd7f79dfce8bc4806d9786ec6bbbf1846a3a'/>
<id>ae27cd7f79dfce8bc4806d9786ec6bbbf1846a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always output when tapping core</title>
<updated>2017-09-07T11:12:22+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-09-07T11:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6d36003b336dee36d4c11a621b4061bc0615284'/>
<id>b6d36003b336dee36d4c11a621b4061bc0615284</id>
<content type='text'>
Hiding all output makes it look like Homebrew is hanging while the tap
operation (which can take a long time!) is running.

Closes #3053.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hiding all output makes it look like Homebrew is hanging while the tap
operation (which can take a long time!) is running.

Closes #3053.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3111 from alyssais/migrate_empty_homebrew_directory</title>
<updated>2017-08-31T18:14:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-08-31T18:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=35de091bae0f035e99e3b4e418419ddcf30dd214'/>
<id>35de091bae0f035e99e3b4e418419ddcf30dd214</id>
<content type='text'>
Don't fail to migrate repo because of empty dir</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't fail to migrate repo because of empty dir</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail to migrate repo because of empty dir</title>
<updated>2017-08-31T11:17:01+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-08-31T11:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a6fa2f367bc4c7c6250d875b117de3ef6815a4b4'/>
<id>a6fa2f367bc4c7c6250d875b117de3ef6815a4b4</id>
<content type='text'>
I just ran into an issue where a colleague's Homebrew couldn't update.
It seems to have been because it failed once just after the new repo
directory was created. Since there was nothing in this directory, there
really isn't any reason for us to fail here, so to avoid this problem in
the future, try to `rmdir` the directory before failing because it already
exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I just ran into an issue where a colleague's Homebrew couldn't update.
It seems to have been because it failed once just after the new repo
directory was created. Since there was nothing in this directory, there
really isn't any reason for us to fail here, so to avoid this problem in
the future, try to `rmdir` the directory before failing because it already
exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: don't output when searching taps.</title>
<updated>2017-08-23T17:40:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-08-23T17:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0605f4a30ae1125ad2e3d8187a45af09b24def0'/>
<id>f0605f4a30ae1125ad2e3d8187a45af09b24def0</id>
<content type='text'>
This messaging was added for the `brew search` command and having it in
audit is annoying:
(https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672)

As a side note: this is why randomly including `cmd/*` is a bad idea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This messaging was added for the `brew search` command and having it in
audit is annoying:
(https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672)

As a side note: this is why randomly including `cmd/*` is a bad idea.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade more urls to https</title>
<updated>2017-08-22T10:31:21+00:00</updated>
<author>
<name>Viktor Szakats</name>
</author>
<published>2017-08-22T10:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b44c7a1022976a4fcd9e7ea9b6069ec971d6b235'/>
<id>b44c7a1022976a4fcd9e7ea9b6069ec971d6b235</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 #3054 from BenMusch/github-refactor</title>
<updated>2017-08-18T14:26:30+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-08-18T14:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3b92f69869f0bc88c2f99854392535d4d522902c'/>
<id>3b92f69869f0bc88c2f99854392535d4d522902c</id>
<content type='text'>
Clean-up code in GitHub module to reduce duplication &amp; coupling w/ Github API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean-up code in GitHub module to reduce duplication &amp; coupling w/ Github API</pre>
</div>
</content>
</entry>
</feed>
