<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/bin, branch 0.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Move --cache command down near --prefix and use AGRV.formulae.</title>
<updated>2010-03-03T17:41:05+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-03-03T17:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9f46adeeabf80664e87cb8810e7e0424b7911f89'/>
<id>9f46adeeabf80664e87cb8810e7e0424b7911f89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `brew --prefix [formula ...]`.</title>
<updated>2010-03-03T17:25:56+00:00</updated>
<author>
<name>Martin Kuehl</name>
</author>
<published>2010-02-27T17:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5fc319236f9d9571e320158d7a18848d83583dec'/>
<id>5fc319236f9d9571e320158d7a18848d83583dec</id>
<content type='text'>
When `brew --prefix` is called with arguments, assume each argument is a
formula and print their prefixes instead.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `brew --prefix` is called with arguments, assume each argument is a
formula and print their prefixes instead.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'rebase' to accidental git commands.</title>
<updated>2010-02-28T03:33:16+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-02-28T02:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5e1632c1e2902eee3bc4f28b26c8ad375a257b05'/>
<id>5e1632c1e2902eee3bc4f28b26c8ad375a257b05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`brew outdated` works if there is eg. Cellar/.DS_Store</title>
<updated>2010-02-27T17:21:55+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-02-27T17:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=70bfe518ec6ca66072a6b101631cc104c359153a'/>
<id>70bfe518ec6ca66072a6b101631cc104c359153a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew outdated</title>
<updated>2010-02-27T13:29:49+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-02-27T13:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=74c44a20e09ffc8e3cdec5010b801556b0ebe98c'/>
<id>74c44a20e09ffc8e3cdec5010b801556b0ebe98c</id>
<content type='text'>
brew install `brew outdated` will work

Apologies that this is long overdue.

Fixes Homebrew/homebrew#838</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
brew install `brew outdated` will work

Apologies that this is long overdue.

Fixes Homebrew/homebrew#838</pre>
</div>
</content>
</entry>
<entry>
<title>brew --cache [formula]</title>
<updated>2010-02-24T19:15:12+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-02-20T05:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=080a7ee3dc0eafb5221ecda185caff1c63748d0f'/>
<id>080a7ee3dc0eafb5221ecda185caff1c63748d0f</id>
<content type='text'>
This developer-oriented command lets you ask Homebrew what the cached
filename will be for a brew's tarball.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This developer-oriented command lets you ask Homebrew what the cached
filename will be for a brew's tarball.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `brew --cellar` command.</title>
<updated>2010-02-18T21:29:28+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-02-18T21:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d73cbbc5353327005ba57e5528efa4a522de82b'/>
<id>0d73cbbc5353327005ba57e5528efa4a522de82b</id>
<content type='text'>
The Cellar may not actually be "`brew --prefix`/Cellar".
We support the Cellar existing only in the repo but
not linked into the prefix, for installs that aren't
directly in /usr/local (or other chosen prefix.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Cellar may not actually be "`brew --prefix`/Cellar".
We support the Cellar existing only in the repo but
not linked into the prefix, for installs that aren't
directly in /usr/local (or other chosen prefix.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `brew cleanup`: less pruning</title>
<updated>2010-02-16T22:52:18+00:00</updated>
<author>
<name>Martin Kuehl</name>
</author>
<published>2010-02-16T14:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e3a9e961bf3a31afdee71c1276a077396f0dfe6c'/>
<id>e3a9e961bf3a31afdee71c1276a077396f0dfe6c</id>
<content type='text'>
Running `brew cleanup` (with no arguments or multiple arguments) will
run `brew prune` after _every_ cleaned formula, i.e. possibly after
every installed formula.

With this change it will instead only run `prune` after all formulae are
cleaned, and only when no arguments were given to `cleanup`.

Signed-off-by: Max Howell &lt;max@methylblue.com&gt;

Closes Homebrew/homebrew#743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running `brew cleanup` (with no arguments or multiple arguments) will
run `brew prune` after _every_ cleaned formula, i.e. possibly after
every installed formula.

With this change it will instead only run `prune` after all formulae are
cleaned, and only when no arguments were given to `cleanup`.

Signed-off-by: Max Howell &lt;max@methylblue.com&gt;

Closes Homebrew/homebrew#743
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't abort cleanup if formulae are missing</title>
<updated>2010-02-12T01:05:38+00:00</updated>
<author>
<name>Andre Arko</name>
</author>
<published>2010-02-12T01:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1a2c5160c59b46bf081d6968174f1ef6dd453618'/>
<id>1a2c5160c59b46bf081d6968174f1ef6dd453618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only try to cleanup directories</title>
<updated>2010-01-18T08:36:29+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-01-18T08:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=95fc24ecd165804cde6462d59efe6abe34dda4bf'/>
<id>95fc24ecd165804cde6462d59efe6abe34dda4bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
