<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Contributions, branch 0.8.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>man page: normalize env variable formatting</title>
<updated>2011-12-17T02:34:31+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-12-17T02:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0a5592d2032b690b838dd7021b7f9844da660363'/>
<id>0a5592d2032b690b838dd7021b7f9844da660363</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable 'brew edit' for non-Textmate editors.</title>
<updated>2011-12-16T22:27:58+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2011-12-16T22:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=62e1dd8bd5f227bc3d56cf253d5bdc88aefb2496'/>
<id>62e1dd8bd5f227bc3d56cf253d5bdc88aefb2496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: audit takes formula arguments</title>
<updated>2011-12-11T07:49:47+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-12-11T07:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f76af69d3c74aefd7a232bc7fa948ce1d7d6685'/>
<id>3f76af69d3c74aefd7a232bc7fa948ce1d7d6685</id>
<content type='text'>
 - Also remove `--strict` completion since that option was removed.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Also remove `--strict` completion since that option was removed.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: complete multiple formula arguments</title>
<updated>2011-12-11T07:49:47+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-12-11T07:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e4bed29e99a2fb7be5b2c175f5d38d1cb294ef92'/>
<id>e4bed29e99a2fb7be5b2c175f5d38d1cb294ef92</id>
<content type='text'>
We make the assumption that the first non-option word is the command
being invoked.

Originally I was trying to allow command completion for non-standard
command lines like

    $ brew --verbose inst&lt;TAB&gt;

but right now executing something like that doesn't actually work. Which
is interesting, because the man page implies that it should. Either the
man page is incorrect, or something was broken between then and now.

Anyway, it would probably be safe to just assume that COMP_WORDS[1] is
the command, and we do make that assumption in other places. But if we
ever do allow things like "brew --option command", this will be useful.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We make the assumption that the first non-option word is the command
being invoked.

Originally I was trying to allow command completion for non-standard
command lines like

    $ brew --verbose inst&lt;TAB&gt;

but right now executing something like that doesn't actually work. Which
is interesting, because the man page implies that it should. Either the
man page is incorrect, or something was broken between then and now.

Anyway, it would probably be safe to just assume that COMP_WORDS[1] is
the command, and we do make that assumption in other places. But if we
ever do allow things like "brew --option command", this will be useful.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce HOMEBREW_CURL_VERBOSE</title>
<updated>2011-12-09T03:04:28+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-12-08T01:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=901406e3a0fa25e5c74463ca5453a43bfb5a5a6e'/>
<id>901406e3a0fa25e5c74463ca5453a43bfb5a5a6e</id>
<content type='text'>
When investigating issues, one might want to see exactly what curl is
doing behind the scenes. Setting HOMEBREW_CURL_VERBOSE will cause the
'--verbose' flag to be passed to all invocations of curl.

Prompted by Homebrew/homebrew#8992.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When investigating issues, one might want to see exactly what curl is
doing behind the scenes. Setting HOMEBREW_CURL_VERBOSE will cause the
'--verbose' flag to be passed to all invocations of curl.

Prompted by Homebrew/homebrew#8992.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document 'install --devel'</title>
<updated>2011-11-28T20:43:54+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-11-28T20:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=093974f200d27c5f396e582b6cbb33d55929024a'/>
<id>093974f200d27c5f396e582b6cbb33d55929024a</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move brew-depstree into `brew deps --tree`</title>
<updated>2011-11-28T05:29:41+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-11-28T04:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8b88ea3eaea716f14a0764e66cd5d08f3eab1fbf'/>
<id>8b88ea3eaea716f14a0764e66cd5d08f3eab1fbf</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>manpage: remove audit's '--strict' option</title>
<updated>2011-11-27T18:08:13+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-11-27T06:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9ecb2ceb299b771eb3710aea3747f3112d5af45c'/>
<id>9ecb2ceb299b771eb3710aea3747f3112d5af45c</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --fresh option to brew install</title>
<updated>2011-11-14T18:44:18+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2011-11-14T18:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=33a61d18976916b6dd51f0bbd7a944a70e5612b3'/>
<id>33a61d18976916b6dd51f0bbd7a944a70e5612b3</id>
<content type='text'>
When invoked, this option will ensure brew doesn't re-use any options from
previous installs of a formula.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When invoked, this option will ensure brew doesn't re-use any options from
previous installs of a formula.
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: add __brew_ps1 to annotate $PS1</title>
<updated>2011-11-11T06:01:05+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2011-11-11T05:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0474fa11cd88ef04c3e3d77d37bd440e2790984b'/>
<id>0474fa11cd88ef04c3e3d77d37bd440e2790984b</id>
<content type='text'>
It is often useful to be reminded that you are, in fact, in the middle
of a debug or interactive install. We provided this reminder in the form
of HOMEBREW_DEBUG_INSTALL, but we can make this even easier for the end
user to consume by exposing it in the form of a shell function.

When HOMEBREW_DEBUG_INSTALL is set, the __brew_ps1() function returns
the string "(formula_name|DEBUG)" by default (much like the __git_ps1()
output when performing some long-running operation, e.g.
"(branch|REBASE-i)". The formatting around "formula_name|DEBUG" can be
customized by passing a format string to the function.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is often useful to be reminded that you are, in fact, in the middle
of a debug or interactive install. We provided this reminder in the form
of HOMEBREW_DEBUG_INSTALL, but we can make this even easier for the end
user to consume by exposing it in the form of a shell function.

When HOMEBREW_DEBUG_INSTALL is set, the __brew_ps1() function returns
the string "(formula_name|DEBUG)" by default (much like the __git_ps1()
output when performing some long-running operation, e.g.
"(branch|REBASE-i)". The formatting around "formula_name|DEBUG" can be
customized by passing a format string to the function.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
