<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/.gitignore, 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>Move Kickstarter supporters file.</title>
<updated>2016-02-18T08:21:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-02-18T08:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8156e765763795dc36d35f14381af9d85eb15918'/>
<id>8156e765763795dc36d35f14381af9d85eb15918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: update documentation paths</title>
<updated>2016-02-18T08:19:17+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-02-17T22:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee9b6572132f7e7f1ee34c05afae6e7bb2e49614'/>
<id>ee9b6572132f7e7f1ee34c05afae6e7bb2e49614</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: reorder, cleanup and document.</title>
<updated>2016-01-05T19:16:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-01-05T16:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a36872c1daec6808c9cb38a7141e287877ef6209'/>
<id>a36872c1daec6808c9cb38a7141e287877ef6209</id>
<content type='text'>
This new `.gitignore` format produces consistent/expected `git status`
output with Git &lt;2.7.0, Git &gt;2.7.0 and libgit2 0.23.4.

Closes Homebrew/homebrew#47721.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new `.gitignore` format produces consistent/expected `git status`
output with Git &lt;2.7.0, Git &gt;2.7.0 and libgit2 0.23.4.

Closes Homebrew/homebrew#47721.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: fix Git 2.7.0 behaviour.</title>
<updated>2016-01-05T14:09:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-01-05T14:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=52f471ac8db7d9dabe7b618f8f9cfd5333b4f481'/>
<id>52f471ac8db7d9dabe7b618f8f9cfd5333b4f481</id>
<content type='text'>
Closes Homebrew/homebrew#47710.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#47710.
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhaul, simplify and cleanup documentation.</title>
<updated>2015-12-07T13:37:49+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-12-06T22:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b745546943a05bd2aa6d129e9a44e29771bf115a'/>
<id>b745546943a05bd2aa6d129e9a44e29771bf115a</id>
<content type='text'>
Remove duplication, link to the API documentation more often,
tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
and `@adamv`'s significant past contributions to Homebrew, delete some
outdated or unneeded documentation, add some missing `Formula` API.
entries and simplify/improve `CONTRIBUTING.md`.

Closes Homebrew/homebrew#46179.

Closes Homebrew/homebrew#46618.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplication, link to the API documentation more often,
tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
and `@adamv`'s significant past contributions to Homebrew, delete some
outdated or unneeded documentation, add some missing `Formula` API.
entries and simplify/improve `CONTRIBUTING.md`.

Closes Homebrew/homebrew#46179.

Closes Homebrew/homebrew#46618.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Travis CI configuration.</title>
<updated>2015-09-18T08:54:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-09-17T16:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=49241473ec016fe0679e8cf84c90f5f9ef6f7227'/>
<id>49241473ec016fe0679e8cf84c90f5f9ef6f7227</id>
<content type='text'>
Closes Homebrew/homebrew#43976.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#43976.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add /Library/PinnedTaps to .gitignore</title>
<updated>2015-08-10T11:17:25+00:00</updated>
<author>
<name>CNA-Bld</name>
</author>
<published>2015-07-20T13:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fda82b0b6411a0b88ff149b42a6b78e60ca8d096'/>
<id>fda82b0b6411a0b88ff149b42a6b78e60ca8d096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: add fs_leak_log file from test</title>
<updated>2015-07-22T12:27:20+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-07-21T07:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c4ba428d5407df6607c3525849b3ddd5156b5c6e'/>
<id>c4ba428d5407df6607c3525849b3ddd5156b5c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'brew tests' optional coverage measure added</title>
<updated>2015-07-20T18:44:12+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2015-07-19T08:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=44a8ebdc7e3714f6f12dd1016ebf752d4a0b270c'/>
<id>44a8ebdc7e3714f6f12dd1016ebf752d4a0b270c</id>
<content type='text'>
Closes Homebrew/homebrew#41890.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#41890.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
