<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 1.3.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Remove more uses of EOS.undent.</title>
<updated>2017-11-10T14:22:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T14:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4d4722c97c2e92f1fd17ed056f5a700e881eab4d'/>
<id>4d4722c97c2e92f1fd17ed056f5a700e881eab4d</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 #3292 from claui/add-audit-test-cases</title>
<updated>2017-11-10T13:34:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T13:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=219f9691ef6ece820c528dc280d1b253c2a40412'/>
<id>219f9691ef6ece820c528dc280d1b253c2a40412</id>
<content type='text'>
Add tests for `FormulaAuditor#audit_deps`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for `FormulaAuditor#audit_deps`</pre>
</div>
</content>
</entry>
<entry>
<title>spec_helper: fix etc leak.</title>
<updated>2017-11-05T13:20:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T13:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b9d9e637437b617df156cebde2b2b32b802ee665'/>
<id>b9d9e637437b617df156cebde2b2b32b802ee665</id>
<content type='text'>
Fix the `etc/bash_completion.d/_brew_services` leak from the new
bash completion in the Homebrew/homebrew-services tap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the `etc/bash_completion.d/_brew_services` leak from the new
bash completion in the Homebrew/homebrew-services tap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix</title>
<updated>2017-11-03T17:48:09+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-03T17:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=872bd4f703f3ff06a64ab7625f62f41cda8822b7'/>
<id>872bd4f703f3ff06a64ab7625f62f41cda8822b7</id>
<content type='text'>
lines_cop: Update regex patterns to prevent false positives</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lines_cop: Update regex patterns to prevent false positives</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3385 from MikeMcQuaid/path-fixes-cleanup</title>
<updated>2017-11-03T17:45:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-03T17:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c6f40d58642149b0ccbe1282554c6b05a744a3dc'/>
<id>c6f40d58642149b0ccbe1282554c6b05a744a3dc</id>
<content type='text'>
Fix and cleanup some PATH usage.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix and cleanup some PATH usage.</pre>
</div>
</content>
</entry>
<entry>
<title>requirement: prepend rather than append PATH.</title>
<updated>2017-11-03T14:50:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-28T18:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c843fd2f12cdff5d0309b1665bb5ad29ac1d8164'/>
<id>c843fd2f12cdff5d0309b1665bb5ad29ac1d8164</id>
<content type='text'>
Otherwise this ends up behind e.g. `/usr/bin` so is pretty useless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise this ends up behind e.g. `/usr/bin` so is pretty useless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3389 from amyspark/hacktoberfest-single-zap</title>
<updated>2017-11-03T12:23:08+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-11-03T12:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4eeac6f884a72bd16ddbab03db22f293e18f02bc'/>
<id>4eeac6f884a72bd16ddbab03db22f293e18f02bc</id>
<content type='text'>
Check that a single uninstall_* and zap stanza is defined</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check that a single uninstall_* and zap stanza is defined</pre>
</div>
</content>
</entry>
<entry>
<title>Separate do end into multiple lines</title>
<updated>2017-10-31T12:54:30+00:00</updated>
<author>
<name>L. E. Segovia</name>
</author>
<published>2017-10-31T12:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c636be07f97e4a659f038c51cab6f0efe2e83bfa'/>
<id>c636be07f97e4a659f038c51cab6f0efe2e83bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for uninstall_* and zap stanzas</title>
<updated>2017-10-30T23:47:40+00:00</updated>
<author>
<name>L. E. Segovia</name>
</author>
<published>2017-10-30T23:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=917c138eeb4af0cee212f94edc425512dfbade99'/>
<id>917c138eeb4af0cee212f94edc425512dfbade99</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 #3393 from MikeMcQuaid/with_env_tweaks</title>
<updated>2017-10-30T08:17:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-30T08:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7a0fdc3d03e8ee97f49cb0e1f061271c6c492dd4'/>
<id>7a0fdc3d03e8ee97f49cb0e1f061271c6c492dd4</id>
<content type='text'>
Tweak use of with_env</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak use of with_env</pre>
</div>
</content>
</entry>
</feed>
