<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/manpages, branch 1.2.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>More environment filtering tweaks</title>
<updated>2017-05-13T10:42:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-13T10:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8205e61e6493f7c0a91c0311a321a80830f70bc3'/>
<id>8205e61e6493f7c0a91c0311a321a80830f70bc3</id>
<content type='text'>
- only document HOMEBREW_* variables in the manpage (although still
  read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- only document HOMEBREW_* variables in the manpage (although still
  read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--only-cops`,`--except-cops` options for brew style and simplify cop names</title>
<updated>2017-05-03T09:19:23+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-05-03T06:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fed668b330e151bde493e004d7c6ca57df4e19ff'/>
<id>fed668b330e151bde493e004d7c6ca57df4e19ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--only-cops`,`--except-cops`  options for brew audit</title>
<updated>2017-05-02T17:56:12+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-04-22T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c3330c289d0cc774b8154a0cee0f52fbd4b867aa'/>
<id>c3330c289d0cc774b8154a0cee0f52fbd4b867aa</id>
<content type='text'>
Also refactor audit cops into two "departments"
 - FormulaAudit
 - FormulaAuditStrict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also refactor audit cops into two "departments"
 - FormulaAudit
 - FormulaAuditStrict
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Add Charlie to former maintainers.</title>
<updated>2017-04-20T15:00:14+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2017-04-20T02:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=824462c5c08da8a35c8b3bd5d1dedb73998c7460'/>
<id>824462c5c08da8a35c8b3bd5d1dedb73998c7460</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 #2478 from MikeMcQuaid/audit-skip-methods</title>
<updated>2017-04-18T08:18:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-18T08:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=55c02ae7747bf05eadec95c91497d06ec3dd2ded'/>
<id>55c02ae7747bf05eadec95c91497d06ec3dd2ded</id>
<content type='text'>
audit: allow skipping audit methods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: allow skipping audit methods.</pre>
</div>
</content>
</entry>
<entry>
<title>create: use GitHub metadata where available.</title>
<updated>2017-04-18T07:22:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-18T07:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=43253ede656a93562344c8a39b7e3145ad2358fc'/>
<id>43253ede656a93562344c8a39b7e3145ad2358fc</id>
<content type='text'>
GitHub provides a description and homepage field so let `brew create`
use them where possible. Also, detect GitHub repositories based on
`releases` as well as `archive`s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub provides a description and homepage field so let `brew create`
use them where possible. Also, detect GitHub repositories based on
`releases` as well as `archive`s.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: allow skipping audit methods.</title>
<updated>2017-04-18T07:17:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-18T07:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f8722c971cedf8b2c66d918fc4dd608bf439009'/>
<id>3f8722c971cedf8b2c66d918fc4dd608bf439009</id>
<content type='text'>
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all short flags.</title>
<updated>2017-04-02T09:14:58+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-02T09:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=566d3cb58b557df8ea6962653c43ba3fe995110f'/>
<id>566d3cb58b557df8ea6962653c43ba3fe995110f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pull: optionally warn (not die) on bottle publish failure.</title>
<updated>2017-03-23T10:00:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-20T12:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e72313143880def84ae65fa57f730b3af460ce0a'/>
<id>e72313143880def84ae65fa57f730b3af460ce0a</id>
<content type='text'>
This is useful when you're pulling PRs where individual bottles can't be
uploaded/built but you still want to pull the PR as a whole anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful when you're pulling PRs where individual bottles can't be
uploaded/built but you still want to pull the PR as a whole anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>add command 'cask outdated'</title>
<updated>2017-03-15T20:58:25+00:00</updated>
<author>
<name>Valentin VĂLCIU</name>
</author>
<published>2017-02-27T20:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7532545140c1ce0da370b2b3124e488dbb11fc41'/>
<id>7532545140c1ce0da370b2b3124e488dbb11fc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
