<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/share, branch 0.9.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Core/formula separation Part 2(b)</title>
<updated>2016-04-03T10:34:17+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-03T10:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=edf000e4cd30c3626ccc28c52ed32f2d84a200dd'/>
<id>edf000e4cd30c3626ccc28c52ed32f2d84a200dd</id>
<content type='text'>
* move shell completion scripts to where can be auto picked up

Let's use switching new remote as opportunity to put shell completion
scripts to where they should be and avoid git conflict during the process.

* add Library/Formula and Library/Aliases symlinks

Formulae and Aliases has been relocated to homebrew/core tap.
The symlinks are pointed to new location to keep backward compatibility.

* remove formula_renames and tap_migrations

They have been replaced by the json files in the core tap.

* update: set new remote

* bump Homebrew version to 0.9.9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move shell completion scripts to where can be auto picked up

Let's use switching new remote as opportunity to put shell completion
scripts to where they should be and avoid git conflict during the process.

* add Library/Formula and Library/Aliases symlinks

Formulae and Aliases has been relocated to homebrew/core tap.
The symlinks are pointed to new location to keep backward compatibility.

* remove formula_renames and tap_migrations

They have been replaced by the json files in the core tap.

* update: set new remote

* bump Homebrew version to 0.9.9
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update for core/formula separation</title>
<updated>2016-04-02T13:51:36+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-02T12:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e72ea94824abf19246610be4aadccd0ee69b2eb9'/>
<id>e72ea94824abf19246610be4aadccd0ee69b2eb9</id>
<content type='text'>
Closes Homebrew/homebrew#50632.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50632.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix backticks to prevent missing rendered text</title>
<updated>2016-03-26T06:50:10+00:00</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
</author>
<published>2016-03-25T23:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=eda70673ea695013480ffec285257e28a86c0203'/>
<id>eda70673ea695013480ffec285257e28a86c0203</id>
<content type='text'>
The backticks being where they were, or not, caused text like
`&lt;formula&gt;` to not be shown when viewing the rendered text in a browser.

Closes Homebrew/homebrew#50428.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The backticks being where they were, or not, caused text like
`&lt;formula&gt;` to not be shown when viewing the rendered text in a browser.

Closes Homebrew/homebrew#50428.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>share/doc/homebrew/README: fix supporters link.</title>
<updated>2016-03-26T06:50:10+00:00</updated>
<author>
<name>Chris Bracco</name>
</author>
<published>2016-03-23T01:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7f77adffd31fe719667e5fd954e7c0e9b0513f80'/>
<id>7f77adffd31fe719667e5fd954e7c0e9b0513f80</id>
<content type='text'>
The link to the Kickstarter Supporters file was broken. This new link
points to the ./Kickstarter-Supporters.md file.

Closes Homebrew/homebrew#50335.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link to the Kickstarter Supporters file was broken. This new link
points to the ./Kickstarter-Supporters.md file.

Closes Homebrew/homebrew#50335.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>--repository: support to show tap path</title>
<updated>2016-03-24T06:52:13+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-23T08:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b8a4677de09082cb0e4850f38cfcb0201f0166ac'/>
<id>b8a4677de09082cb0e4850f38cfcb0201f0166ac</id>
<content type='text'>
This can become handy when we separate core code and formulae. For
example, we could use `cd $(brew --repo homebrew/core)` to go to core
tap path.

Closes Homebrew/homebrew#50346.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can become handy when we separate core code and formulae. For
example, we could use `cd $(brew --repo homebrew/core)` to go to core
tap path.

Closes Homebrew/homebrew#50346.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_only external builds documentation: cleanup</title>
<updated>2016-03-24T06:52:13+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-03-23T21:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=773451f027b2564f8444c4180073593b5e033a28'/>
<id>773451f027b2564f8444c4180073593b5e033a28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Checksum_Deprecation: add guiding document</title>
<updated>2016-03-23T05:41:16+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-03-20T16:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=760c596a8e75c6126e95cb9897eb9b66faffbb0c'/>
<id>760c596a8e75c6126e95cb9897eb9b66faffbb0c</id>
<content type='text'>
Closes Homebrew/homebrew#50282.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50282.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Tips &amp; Tricks: remove obsolete ref to SHA1</title>
<updated>2016-03-20T05:48:18+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-03-19T19:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f30221c7e1d626ddce3d923bc9da2ba880a7ceee'/>
<id>f30221c7e1d626ddce3d923bc9da2ba880a7ceee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formula Cookbook: /environmental/environment/</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2016-03-16T17:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4516375db417d1aa4e00a7acb61d63b9a94c8fbd'/>
<id>4516375db417d1aa4e00a7acb61d63b9a94c8fbd</id>
<content type='text'>
Closes Homebrew/homebrew#50146.

Signed-off-by: Alex Dunn &lt;adunn@ucsb.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50146.

Signed-off-by: Alex Dunn &lt;adunn@ucsb.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Formula Cookbook: note $HOME override</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2016-03-16T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=90246be60a6ba46e07b5ab65ced53b1290b98ab9'/>
<id>90246be60a6ba46e07b5ab65ced53b1290b98ab9</id>
<content type='text'>
See https://github.com/Homebrew/homebrew/pull/50130#discussion_r56254860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/Homebrew/homebrew/pull/50130#discussion_r56254860
</pre>
</div>
</content>
</entry>
</feed>
