<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/brew.h.rb, branch 0.9.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>Use http://npmjs.org/ installation instructions. Fixes 4569.</title>
<updated>2011-03-07T04:33:26+00:00</updated>
<author>
<name>Arthur Kalmenson</name>
</author>
<published>2011-03-07T03:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=97f654701d17c8605632a0d77570a2d9c6893ddf'/>
<id>97f654701d17c8605632a0d77570a2d9c6893ddf</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove npm, add warning about it.</title>
<updated>2011-02-13T10:11:57+00:00</updated>
<author>
<name>isaacs</name>
</author>
<published>2011-02-12T23:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2b88c24ead4c7da4f083174be313e654fa1a9d2e'/>
<id>2b88c24ead4c7da4f083174be313e654fa1a9d2e</id>
<content type='text'>
Signed-off-by: Max Howell &lt;max@methylblue.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Max Howell &lt;max@methylblue.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add newline to new issue reporting instructions.</title>
<updated>2011-01-08T20:21:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2011-01-08T20:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8934fdbe82a34daa656ba185f197ea439a9b0797'/>
<id>8934fdbe82a34daa656ba185f197ea439a9b0797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send people to new issue wiki page.</title>
<updated>2010-12-22T21:32:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2010-12-11T21:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e71489d5176ffe40dfb10c002438f962c7464f3'/>
<id>1e71489d5176ffe40dfb10c002438f962c7464f3</id>
<content type='text'>
Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>More .DS_Store ignoring</title>
<updated>2010-11-06T02:44:56+00:00</updated>
<author>
<name>Michael Dippery</name>
</author>
<published>2010-09-02T15:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e0c23d670dc2a58f4db3f7268e75c8699b237a5d'/>
<id>e0c23d670dc2a58f4db3f7268e75c8699b237a5d</id>
<content type='text'>
* Don't link .DS_Store files
* Don't list .DS_Store files in `brew info`

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't link .DS_Store files
* Don't list .DS_Store files in `brew info`

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings: splat is redundant for puts</title>
<updated>2010-10-30T21:50:18+00:00</updated>
<author>
<name>Jamie Macey</name>
</author>
<published>2010-10-26T04:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6ff5e194c74cbfc53c53b867159faed5a5afc086'/>
<id>6ff5e194c74cbfc53c53b867159faed5a5afc086</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore .DS_Store files when listing keg contents</title>
<updated>2010-10-29T04:42:48+00:00</updated>
<author>
<name>Michael Dippery</name>
</author>
<published>2010-10-12T19:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e8875f8f41d22cf03f7d14fdcd494bd9a8aef05'/>
<id>8e8875f8f41d22cf03f7d14fdcd494bd9a8aef05</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer HEAD version if its installed</title>
<updated>2010-10-26T16:39:17+00:00</updated>
<author>
<name>Joshua Peek</name>
</author>
<published>2010-09-24T16:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a305360099d5aa973640556653ec0b5be266a792'/>
<id>a305360099d5aa973640556653ec0b5be266a792</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up wording in the macports/fink warning msg</title>
<updated>2010-10-17T22:59:38+00:00</updated>
<author>
<name>Dougal Sutherland</name>
</author>
<published>2010-10-17T03:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dbd7f1c855c9dce45a464ed4197e1f107a336c0c'/>
<id>dbd7f1c855c9dce45a464ed4197e1f107a336c0c</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;

 * Additional tweaks by me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;

 * Additional tweaks by me.
</pre>
</div>
</content>
</entry>
</feed>
