<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Contributions/examples, branch 0.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>'brew fetch' now an official command</title>
<updated>2011-03-12T19:55:11+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-03-12T17:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b7e068b740997bd66483070b182741434e431936'/>
<id>b7e068b740997bd66483070b182741434e431936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'brew options' now an official command</title>
<updated>2011-03-12T19:55:10+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-03-11T05:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=87398e743693942f78285c158d46f9c1502d2002'/>
<id>87398e743693942f78285c158d46f9c1502d2002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'brew test' now an official command</title>
<updated>2011-03-12T19:55:10+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-03-11T05:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bda9ffa5d7fd08011da9d82e24252478c8681544'/>
<id>bda9ffa5d7fd08011da9d82e24252478c8681544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some Cleanup</title>
<updated>2011-03-12T19:55:03+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-11-09T13:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c1a3b724fd2814a6f493d9d664df6a6dd788f335'/>
<id>c1a3b724fd2814a6f493d9d664df6a6dd788f335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move brew-audit to cmds</title>
<updated>2011-03-12T19:55:03+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-11-13T05:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c5c1f40d0a5f0fa0643b11949365735f16b55e3e'/>
<id>c5c1f40d0a5f0fa0643b11949365735f16b55e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the brew command into one file per command</title>
<updated>2011-03-12T19:55:02+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-09-11T19:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=768910283a40afc2f76ef196d1464f0bbb2349cd'/>
<id>768910283a40afc2f76ef196d1464f0bbb2349cd</id>
<content type='text'>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</pre>
</div>
</content>
</entry>
<entry>
<title>New options: `brew graph`</title>
<updated>2011-02-21T02:04:53+00:00</updated>
<author>
<name>Martin Kühl</name>
</author>
<published>2011-02-13T22:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=01a9de2876417dbb89fbdd04e14308784208ecac'/>
<id>01a9de2876417dbb89fbdd04e14308784208ecac</id>
<content type='text'>
Accept any options that `brew deps` accepts.
Default to `--all` to preserve previous behaviour.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept any options that `brew deps` accepts.
Default to `--all` to preserve previous behaviour.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-audit - check formula versions</title>
<updated>2011-02-20T23:03:17+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-02-20T23:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=aa14eaaf1c816bcc8a4e6280df0130128a03f000'/>
<id>aa14eaaf1c816bcc8a4e6280df0130128a03f000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew --compact</title>
<updated>2011-02-05T00:52:46+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-02-05T00:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6864140237512451293d9a3b9d4c082fdeaaf11d'/>
<id>6864140237512451293d9a3b9d4c082fdeaaf11d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-pull: Only append "Closes" to last commit.</title>
<updated>2011-01-02T11:42:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2011-01-02T11:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b6e6139939030f9bbed91e5e5f9d84c8c90e9e3'/>
<id>5b6e6139939030f9bbed91e5e5f9d84c8c90e9e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
