<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd/--config.rb, branch 1.0.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>--config -&gt; config</title>
<updated>2014-05-01T02:09:29+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2014-04-27T06:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d4b0599a86b5d0242477597506af69df24784523'/>
<id>d4b0599a86b5d0242477597506af69df24784523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "-c1" one-line config</title>
<updated>2013-11-02T00:04:04+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-11-02T00:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4a5b65c9f558aa03f8e7a130fb703aae4d4317e2'/>
<id>4a5b65c9f558aa03f8e7a130fb703aae4d4317e2</id>
<content type='text'>
This is broken and nobody noticed, so remove it.

Closes Homebrew/homebrew#23878.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is broken and nobody noticed, so remove it.

Closes Homebrew/homebrew#23878.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: omit llvm-gcc if it's not installed</title>
<updated>2013-10-24T19:51:43+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-24T19:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b433bb05a8b9010493a58ea6fe475596dfa06e9'/>
<id>5b433bb05a8b9010493a58ea6fe475596dfa06e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid comparing Xcode.version to floats</title>
<updated>2013-10-23T01:48:22+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-23T01:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a5e8962ae762fea3bc22f350c5ad6e1526dd3b5f'/>
<id>a5e8962ae762fea3bc22f350c5ad6e1526dd3b5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config: squelch stderr when invoking git</title>
<updated>2013-10-04T18:08:13+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-04T18:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b0e0c257064c44dc4e59ef6b2b7b5d9cbe12d5e'/>
<id>5b0e0c257064c44dc4e59ef6b2b7b5d9cbe12d5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer interpolation to concatenation</title>
<updated>2013-08-27T02:58:18+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-08-27T02:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=23c2ec56f8d7f7fd39528851f7670559c8f1f588'/>
<id>23c2ec56f8d7f7fd39528851f7670559c8f1f588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace literal paths to ruby with RUBY_PATH</title>
<updated>2013-04-06T18:10:12+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-04-06T18:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=89bb6664c48c54c3ff281d5b497b8d84143f5549'/>
<id>89bb6664c48c54c3ff281d5b497b8d84143f5549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardware: separate out CPU values into CPU module</title>
<updated>2013-03-23T18:40:18+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-03-17T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2476801613a293d7810c5faf2e3383a653b1389c'/>
<id>2476801613a293d7810c5faf2e3383a653b1389c</id>
<content type='text'>
* CPU functions now exist in Hardware::CPU
* Added compatibility functions in compat/hardware_compat.rb
* Names are less specific to Mac hardware, e.g. CPU.family instead of
  Hardware.intel_family
* Hardware::CPU.family works for both Intel and PowerPC
* New helper methods on CPU, like .sse4? and .altivec?

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CPU functions now exist in Hardware::CPU
* Added compatibility functions in compat/hardware_compat.rb
* Names are less specific to Mac hardware, e.g. CPU.family instead of
  Hardware.intel_family
* Hardware::CPU.family works for both Intel and PowerPC
* New helper methods on CPU, like .sse4? and .altivec?

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Doctor check for origin</title>
<updated>2013-01-17T23:18:15+00:00</updated>
<author>
<name>Simon Sigurdhsson</name>
</author>
<published>2013-01-16T14:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8000fb807feccb3019536468a75dfecb1d2dcee9'/>
<id>8000fb807feccb3019536468a75dfecb1d2dcee9</id>
<content type='text'>
Added checks on doctor.rb for:

* Missing git origin
* git origin not pointing at mxcl/homebrew

Tests use `git config --get remote.origin.url`.
Also added printout of origin to --config.rb.

Fixes Homebrew/homebrew#14399.
Closes Homebrew/homebrew#17117.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added checks on doctor.rb for:

* Missing git origin
* git origin not pointing at mxcl/homebrew

Tests use `git config --get remote.origin.url`.
Also added printout of origin to --config.rb.

Fixes Homebrew/homebrew#14399.
Closes Homebrew/homebrew#17117.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Better reporting for MacPorts/Fink installations</title>
<updated>2012-12-17T23:18:22+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-12-17T23:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3dcce70a6af0a187f6c30e66cef45bee3cae6a6f'/>
<id>3dcce70a6af0a187f6c30e66cef45bee3cae6a6f</id>
<content type='text'>
closes Homebrew/homebrew#15853.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes Homebrew/homebrew#15853.
</pre>
</div>
</content>
</entry>
</feed>
