<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/completions/zsh, branch master</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #3679 from alyssais/zsh_cask_completion</title>
<updated>2018-01-13T13:53:43+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2018-01-13T13:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9a82eb6212ac504cff9eb4ea80e0bbecada21440'/>
<id>9a82eb6212ac504cff9eb4ea80e0bbecada21440</id>
<content type='text'>
Don't auto-tap caskroom/cask in ZSH completion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't auto-tap caskroom/cask in ZSH completion</pre>
</div>
</content>
</entry>
<entry>
<title>Don't auto-tap caskroom/cask in ZSH completion</title>
<updated>2018-01-13T11:03:34+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2018-01-13T11:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2694fbd6a0dc3f44dfb689fc25f9899124436678'/>
<id>2694fbd6a0dc3f44dfb689fc25f9899124436678</id>
<content type='text'>
The Bash completion just uses the directory tree rather than invoking
`brew cask`, so doesn't exhibit the same behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Bash completion just uses the directory tree rather than invoking
`brew cask`, so doesn't exhibit the same behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>brew unlink: fix short option</title>
<updated>2018-01-13T09:04:58+00:00</updated>
<author>
<name>Rakesh</name>
</author>
<published>2018-01-13T09:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0306eff958a8d4b749b9d4d344d47498dc9e7a7f'/>
<id>0306eff958a8d4b749b9d4d344d47498dc9e7a7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>completions/zsh: Update `brew cask` completions.</title>
<updated>2017-11-16T13:03:42+00:00</updated>
<author>
<name>Simon Olofsson</name>
</author>
<published>2017-11-16T13:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f86d8a06cc3f9771d911e10e97275883f11bea8b'/>
<id>f86d8a06cc3f9771d911e10e97275883f11bea8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add zsh completion for switch &lt;formula&gt; &lt;version&gt;</title>
<updated>2017-08-30T21:36:16+00:00</updated>
<author>
<name>Andrew Lazarus</name>
</author>
<published>2017-08-30T21:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=775245262d02017cbc10cf842f7a09fd464d30a4'/>
<id>775245262d02017cbc10cf842f7a09fd464d30a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew deps: add --include-requirements</title>
<updated>2017-08-11T20:43:37+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2017-08-03T04:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bb85581df054d64f108ee6916fc5196bea93055c'/>
<id>bb85581df054d64f108ee6916fc5196bea93055c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: cleanup tests.</title>
<updated>2017-06-07T15:25:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-07T15:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d5b8a5cea122c09f297dffa6b76187c413a9565'/>
<id>7d5b8a5cea122c09f297dffa6b76187c413a9565</id>
<content type='text'>
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all references to taps.</title>
<updated>2017-03-26T18:42:35+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-26T18:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2047dbd50e05cf03a7f7912011fd510cbc9172f5'/>
<id>2047dbd50e05cf03a7f7912011fd510cbc9172f5</id>
<content type='text'>
- Remove taps that are (or will shortly be) deprecated.
- Remove commands that are only relevant to the boneyard (which will
  shortly be removed).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove taps that are (or will shortly be) deprecated.
- Remove commands that are only relevant to the boneyard (which will
  shortly be removed).
</pre>
</div>
</content>
</entry>
<entry>
<title>applied changes suggested in PR</title>
<updated>2017-02-12T00:38:06+00:00</updated>
<author>
<name>Timothee Cour</name>
</author>
<published>2017-02-12T00:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d715f90ea0e9b84231ce2221709f2134ee0ae31'/>
<id>0d715f90ea0e9b84231ce2221709f2134ee0ae31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed where to formula</title>
<updated>2017-02-12T00:38:06+00:00</updated>
<author>
<name>Timothee Cour</name>
</author>
<published>2017-02-08T08:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ac091437e5b2ae8ca21058cf47184f1788c8d697'/>
<id>ac091437e5b2ae8ca21058cf47184f1788c8d697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
