<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/utils, branch 0.9.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>git: check homebrew/core existence before installing brewed git</title>
<updated>2016-04-02T13:51:36+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-02T10:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5560f5550d6692178e3bbce94e5dacdba192cd55'/>
<id>5560f5550d6692178e3bbce94e5dacdba192cd55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/git: various improvement</title>
<updated>2016-03-21T11:07:38+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-15T09:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e0e277ecded0f557b72d14b367633282b3a8c433'/>
<id>e0e277ecded0f557b72d14b367633282b3a8c433</id>
<content type='text'>
* Use `ENV/scm/git` to check whether git is installed.
* Use `brew install git` to enforce pre-install checks such as sudo
  check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use `ENV/scm/git` to check whether git is installed.
* Use `brew install git` to enforce pre-install checks such as sudo
  check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "minor perf improvements"</title>
<updated>2015-12-26T22:00:38+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2015-12-26T22:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=169b8fc03942397bd0f73bb008e915b834605cff'/>
<id>169b8fc03942397bd0f73bb008e915b834605cff</id>
<content type='text'>
This reverts commit 16a2a8274a7808e63a6c78475e12a7c0ef5812ef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 16a2a8274a7808e63a6c78475e12a7c0ef5812ef.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor perf improvements</title>
<updated>2015-12-26T21:58:26+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2015-12-21T12:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=48681c3f3a562709dcc1c3256df97ff747fae4d8'/>
<id>48681c3f3a562709dcc1c3256df97ff747fae4d8</id>
<content type='text'>
Closes Homebrew/homebrew#47224.

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#47224.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FormulaInstaller: reset git_available? when installing git</title>
<updated>2015-09-09T04:22:03+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-09-08T08:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3638c057f08d346a64a34016bdacc26a37baf330'/>
<id>3638c057f08d346a64a34016bdacc26a37baf330</id>
<content type='text'>
Closes Homebrew/homebrew#43693

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#43693

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doctor: use Utils.git_available? instead of git?</title>
<updated>2015-09-09T04:21:08+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-09-09T04:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c8efb058267b3500ee5c40ebf58de3feea8841a5'/>
<id>c8efb058267b3500ee5c40ebf58de3feea8841a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git_available?: cache the result</title>
<updated>2015-09-09T04:19:16+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-09-08T07:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4529df1246a8db82ee07c4945f62b801ba6bf655'/>
<id>4529df1246a8db82ee07c4945f62b801ba6bf655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add git utils</title>
<updated>2015-09-02T07:24:52+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-09-01T08:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=71f794260b8ea0312b5a733095e2856c9a4719bb'/>
<id>71f794260b8ea0312b5a733095e2856c9a4719bb</id>
<content type='text'>
Two methods:
* `Utils.git_available?` checks whether git is installed.
* `Utils.ensure_git_installed!` installs git for users who don't install
  Xcode or CLT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two methods:
* `Utils.git_available?` checks whether git is installed.
* `Utils.ensure_git_installed!` installs git for users who don't install
  Xcode or CLT.
</pre>
</div>
</content>
</entry>
<entry>
<title>More API documentation.</title>
<updated>2015-08-29T14:43:16+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-08-29T09:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2c959a7d5847094d316278188e816a7dadc1a090'/>
<id>2c959a7d5847094d316278188e816a7dadc1a090</id>
<content type='text'>
And remove the documented stuff from the `example-formula.rb`.

Closes Homebrew/homebrew#43241.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And remove the documented stuff from the `example-formula.rb`.

Closes Homebrew/homebrew#43241.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core files style updates.</title>
<updated>2015-08-03T12:22:35+00:00</updated>
<author>
<name>BrewTestBot</name>
</author>
<published>2015-08-03T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13d544e11e92ba8ea3788723432046f8dfe4adf9'/>
<id>13d544e11e92ba8ea3788723432046f8dfe4adf9</id>
<content type='text'>
Closes Homebrew/homebrew#42354.

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#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
