<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/dev-cmd, branch 1.4.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>Merge pull request #3578 from MikeMcQuaid/tests-no-duplicate-seed-output</title>
<updated>2017-12-15T09:46:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T09:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=656776d925e9f5328e990f2fa69daad954736ee0'/>
<id>656776d925e9f5328e990f2fa69daad954736ee0</id>
<content type='text'>
tests: don't output seed multiple times.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests: don't output seed multiple times.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: don't output seed multiple times.</title>
<updated>2017-12-15T09:14:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T09:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8ed1425ed7d53b93b5c90f1f340ca3e273d51a86'/>
<id>8ed1425ed7d53b93b5c90f1f340ca3e273d51a86</id>
<content type='text'>
This clutters up the output. Instead, hide it with a RSpec formatter and
generate and output it ourselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This clutters up the output. Instead, hide it with a RSpec formatter and
generate and output it ourselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump-formula-pr: use popen_read :err option.</title>
<updated>2017-12-14T16:44:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-14T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cdeb0b1f23866d38105222d3a6d721742a32ab59'/>
<id>cdeb0b1f23866d38105222d3a6d721742a32ab59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump-formula-pr: improve error messages.</title>
<updated>2017-12-11T09:02:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-11T09:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1babfb679d1ff94acc778a0588418ae2ae6f3f74'/>
<id>1babfb679d1ff94acc778a0588418ae2ae6f3f74</id>
<content type='text'>
- Be clearer about how URLs/tags/revisions/versions are specified in
  error messages.
- Give a better error message if `hub` isn't configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Be clearer about how URLs/tags/revisions/versions are specified in
  error messages.
- Give a better error message if `hub` isn't configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mentions how hub needs to be configured</title>
<updated>2017-12-10T11:08:15+00:00</updated>
<author>
<name>Laurent Cozic</name>
</author>
<published>2017-12-10T11:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fd8262ef7d5bdcc0f9ffafedd427fc22882c983a'/>
<id>fd8262ef7d5bdcc0f9ffafedd427fc22882c983a</id>
<content type='text'>
This is to address issue #3531</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to address issue #3531</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3318 from Git-Jiro/improve_audit</title>
<updated>2017-12-05T20:34:50+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-12-05T20:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=497348a8b7413e48cf78cf9bf4d7904db627c9ee'/>
<id>497348a8b7413e48cf78cf9bf4d7904db627c9ee</id>
<content type='text'>
Add audit check for URL schema</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add audit check for URL schema</pre>
</div>
</content>
</entry>
<entry>
<title>brew-aspell-dictionaries: move to homebrew/core.</title>
<updated>2017-12-04T16:13:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-04T16:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=046527825499b5d50aad6e434033f7f2ff781de9'/>
<id>046527825499b5d50aad6e434033f7f2ff781de9</id>
<content type='text'>
Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core
(to allow future additions of formula-specific `cmd`s).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core
(to allow future additions of formula-specific `cmd`s).
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: Move FormulaAudit.check_http_content to utils/curl</title>
<updated>2017-12-03T13:02:55+00:00</updated>
<author>
<name>Martin Schimandl</name>
</author>
<published>2017-12-03T13:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0db069602ec160736e150064894b5e33fefa2373'/>
<id>0db069602ec160736e150064894b5e33fefa2373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More environment filtering fixes</title>
<updated>2017-11-27T10:48:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-27T10:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fb6cf0c3f8cc8e440a9e750878faf13430a1e20a'/>
<id>fb6cf0c3f8cc8e440a9e750878faf13430a1e20a</id>
<content type='text'>
- Make `brew pull` pass through Git environment variables
- Whitelist all `TRAVIS_` variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make `brew pull` pass through Git environment variables
- Whitelist all `TRAVIS_` variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump-formula-pr: fix for when hub isn't configured</title>
<updated>2017-11-21T16:16:12+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-11-21T16:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=590ba4cbf6f11f4e7fa4c68984cc91fa3b25fcbf'/>
<id>590ba4cbf6f11f4e7fa4c68984cc91fa3b25fcbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
