<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/.gitignore, branch 1.0.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>Merge pull request #1041 from penman/parallel_tests</title>
<updated>2016-09-23T06:57:35+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-23T06:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5cf3838f4292f3c47bc6a66e6d532fa290bcc5e0'/>
<id>5cf3838f4292f3c47bc6a66e6d532fa290bcc5e0</id>
<content type='text'>
Parallelise test suite</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parallelise test suite</pre>
</div>
</content>
</entry>
<entry>
<title>tests, cask-tests: log test runtimes</title>
<updated>2016-09-20T12:16:11+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-20T12:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1c4ae988232050ac22785fe062f3c912ed70cdfc'/>
<id>1c4ae988232050ac22785fe062f3c912ed70cdfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: rearrange repository, simplify rules.</title>
<updated>2016-09-20T09:41:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-19T19:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9067cc39b8d6943b585cc34c7b91994cb6a6810b'/>
<id>9067cc39b8d6943b585cc34c7b91994cb6a6810b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Cask's gitignore with root one.</title>
<updated>2016-09-10T09:03:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-10T09:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=521efeab78e6e9ead966103ebbf3670fe3fac38b'/>
<id>521efeab78e6e9ead966103ebbf3670fe3fac38b</id>
<content type='text'>
This fixes the ignoring in libgit2 clients that don't read nested
`.gitignore` files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the ignoring in libgit2 clients that don't read nested
`.gitignore` files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "brew man" also generate Cask's manpage.</title>
<updated>2016-08-20T15:36:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-20T15:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=665783cba487a9e9bc772176ebb62761671f7095'/>
<id>665783cba487a9e9bc772176ebb62761671f7095</id>
<content type='text'>
Also, check in this manpage, adjust the Rakefile and remove the old one.

Fixes #731.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, check in this manpage, adjust the Rakefile and remove the old one.

Fixes #731.
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: fix portable-ruby stashing.</title>
<updated>2016-08-08T20:41:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-08T20:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c7ba1c65caafa7af48b834d34921ddfc95bed8b8'/>
<id>c7ba1c65caafa7af48b834d34921ddfc95bed8b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add file directory for vendor Ruby</title>
<updated>2016-07-11T11:23:00+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-05-12T07:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8f178187c0910864c9d811ed00ca93f0ad208d55'/>
<id>8f178187c0910864c9d811ed00ca93f0ad208d55</id>
<content type='text'>
The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/&lt;version&gt;`,
with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it.

In addition, a `Library/Homebrew/vendor/portable-ruby-version` will
track the latest version of vendor binaries.

This gives us version control on vendor Ruby and enables us to bump vendor
Ruby whenever needed such as security update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/&lt;version&gt;`,
with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it.

In addition, a `Library/Homebrew/vendor/portable-ruby-version` will
track the latest version of vendor binaries.

This gives us version control on vendor Ruby and enables us to bump vendor
Ruby whenever needed such as security update.
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce global lock directory (#337)</title>
<updated>2016-06-08T09:29:03+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-06-08T09:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8d64b6a02d78811f50d5f747ce10df09d54b4791'/>
<id>8d64b6a02d78811f50d5f747ce10df09d54b4791</id>
<content type='text'>
Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes
it unsuitable to store global lock files on multiple users environment.

Therefore, introducing a global lock directory `/Library/Lock.d` to
store lock files from formula lockers as well as `brew update`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes
it unsuitable to store global lock files on multiple users environment.

Therefore, introducing a global lock directory `/Library/Lock.d` to
store lock files from formula lockers as well as `brew update`.</pre>
</div>
</content>
</entry>
<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>
</feed>
