<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew, branch go</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>install: point to new installer location.</title>
<updated>2014-09-21T04:52:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-09-10T08:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e4e1507e810fcb81d187b1d33fc9225725d6c306'/>
<id>e4e1507e810fcb81d187b1d33fc9225725d6c306</id>
<content type='text'>
Closes #322.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #322.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Current symlink instead of hardcode 1.8</title>
<updated>2014-08-29T21:30:57+00:00</updated>
<author>
<name>jtimberman</name>
</author>
<published>2014-08-29T15:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=4afb9e930b6b8369f8d5032d6c8fb47ff997665e'/>
<id>4afb9e930b6b8369f8d5032d6c8fb47ff997665e</id>
<content type='text'>
The #! should point at `Current`, which is a symlink to the "system"
version of Ruby. This symlink exists by default on at least 10.6,
10.8, 10.9, and 10.10. In 10.10, Ruby 1.8 is not present, so the
install script fails to install brew on Yosemite beta (10.10).

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The #! should point at `Current`, which is a symlink to the "system"
version of Ruby. This symlink exists by default on at least 10.6,
10.8, 10.9, and 10.10. In 10.10, Ruby 1.8 is not present, so the
install script fails to install brew on Yosemite beta (10.10).

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the remote config manually</title>
<updated>2014-08-12T06:41:56+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-12T06:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=8eefd4ec1338b20ba4624d68de9db12281a4496c'/>
<id>8eefd4ec1338b20ba4624d68de9db12281a4496c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be robust against existing remote.origin config</title>
<updated>2014-08-12T06:15:14+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-12T06:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=5cd6b3580a4d7227a42c8608fcc0955cab882b01'/>
<id>5cd6b3580a4d7227a42c8608fcc0955cab882b01</id>
<content type='text'>
I will take this opportunity to opine and say that I don't think sharing
remote config settings across repositories makes sense. Remotes belong
to the repository, and the URL has to be configured anyway. It breaks
the assumption that you can run "git remote add origin" in a blank repo.
Repository templates are a much nicer way to address any perceived
duplication.

Nonetheless, git allows this to happen and there are a number of
misguided blogposts advocating it, so we should be robust against it.

Closes #31107.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I will take this opportunity to opine and say that I don't think sharing
remote config settings across repositories makes sense. Remotes belong
to the repository, and the URL has to be configured anyway. It breaks
the assumption that you can run "git remote add origin" in a blank repo.
Repository templates are a much nicer way to address any perceived
duplication.

Nonetheless, git allows this to happen and there are a number of
misguided blogposts advocating it, so we should be robust against it.

Closes #31107.
</pre>
</div>
</content>
</entry>
<entry>
<title>Direct Linux users to Linuxbrew.</title>
<updated>2014-06-03T14:47:05+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2014-06-03T08:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b8ba5c4d7e423e271c83cabb7cebd8ce7ec458f9'/>
<id>b8ba5c4d7e423e271c83cabb7cebd8ce7ec458f9</id>
<content type='text'>
References #29813.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #29813.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use &lt;developer_dir&gt;/usr/bin/git as a heuristic</title>
<updated>2014-05-22T00:27:12+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-05-22T00:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=afa45493af041e3357d9cff64dea085e88eed251'/>
<id>afa45493af041e3357d9cff64dea085e88eed251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No, really allow Xcode to satisfy the installer</title>
<updated>2014-05-21T21:57:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-05-21T21:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b1c558f3a34695c6ccd1b0e1fc7e6a2b1227a613'/>
<id>b1c558f3a34695c6ccd1b0e1fc7e6a2b1227a613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow Xcode to satisfy the installer</title>
<updated>2014-05-21T21:48:38+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-05-21T21:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=69fc90dd0121542f11ceec88403f871f8ed23436'/>
<id>69fc90dd0121542f11ceec88403f871f8ed23436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak post-install text further</title>
<updated>2014-05-02T14:13:44+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-05-02T14:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=123286af18d74b42aa99cb921a11d527fa7b9d58'/>
<id>123286af18d74b42aa99cb921a11d527fa7b9d58</id>
<content type='text'>
Closes #28902.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #28902.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak post-install text</title>
<updated>2014-05-02T02:40:09+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-05-02T02:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=ddc97b7546eca1abf3d59d5e5061393fc5cd38d7'/>
<id>ddc97b7546eca1abf3d59d5e5061393fc5cd38d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
