<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd/pull.rb, branch 1.2.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 developer-focused commands to dev-cmd.</title>
<updated>2016-09-08T19:46:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-05T20:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=af8605ea4ba1d9856c055c8c76b447e030540e3f'/>
<id>af8605ea4ba1d9856c055c8c76b447e030540e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--help` to all developer commands.</title>
<updated>2016-09-08T08:05:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-08T08:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ebdb879fe4b0d14bcc92480a3dd193c93f94a23f'/>
<id>ebdb879fe4b0d14bcc92480a3dd193c93f94a23f</id>
<content type='text'>
Also, flag those that we never want to be in a manpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, flag those that we never want to be in a manpage.
</pre>
</div>
</content>
</entry>
<entry>
<title>pull: loosen Jenkins Testing URL.</title>
<updated>2016-08-14T11:06:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-14T11:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28fe84e5db4e5738fb553aac02eb82d79afd61ab'/>
<id>28fe84e5db4e5738fb553aac02eb82d79afd61ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pull: non-core tap support for Homebrew Testing jobs</title>
<updated>2016-08-13T09:28:33+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-08-13T09:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7c807d347e6cba62e708058481c6996adfcef683'/>
<id>7c807d347e6cba62e708058481c6996adfcef683</id>
<content type='text'>
`test-bot --ci-testing` supports a `--tap` option for non-core taps, so
`brew pull` should too when pulling Homebrew Testing jobs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`test-bot --ci-testing` supports a `--tap` option for non-core taps, so
`brew pull` should too when pulling Homebrew Testing jobs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify Version.create usage</title>
<updated>2016-07-16T12:39:13+00:00</updated>
<author>
<name>Vlad Shablinsky</name>
</author>
<published>2016-07-11T13:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3fb5d70a729472a7d7f2a5d0d7b84248921fb583'/>
<id>3fb5d70a729472a7d7f2a5d0d7b84248921fb583</id>
<content type='text'>
Substitue each Version.new and HeadVersion.new with Version.create
to unify Version and HeadVersion instantiation among core code.

Note that this does not relate to Mac::OS::Version class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Substitue each Version.new and HeadVersion.new with Version.create
to unify Version and HeadVersion instantiation among core code.

Note that this does not relate to Mac::OS::Version class.
</pre>
</div>
</content>
</entry>
<entry>
<title>various: proper escape dot in regex</title>
<updated>2016-07-13T11:11:46+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-07-13T08:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de1049f1f1237a31f8ac6a0b9b31ebdbc78030d4'/>
<id>de1049f1f1237a31f8ac6a0b9b31ebdbc78030d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pull: skip non-ruby files when collecting formulae names</title>
<updated>2016-06-19T21:35:16+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-06-17T19:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=af94c4fc50384924752bc917f6a56b28f257500f'/>
<id>af94c4fc50384924752bc917f6a56b28f257500f</id>
<content type='text'>
Closes #377.

Signed-off-by: Baptiste Fontaine &lt;b@ptistefontaine.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #377.

Signed-off-by: Baptiste Fontaine &lt;b@ptistefontaine.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/pull: fix HTTP header usage.</title>
<updated>2016-06-03T14:32:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-06-03T14:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=822b05c9c1dc6ebcd7eeac7282d23ea3991bd1f0'/>
<id>822b05c9c1dc6ebcd7eeac7282d23ea3991bd1f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `curl` for the GitHub API (#295)</title>
<updated>2016-06-03T12:05:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-06-03T12:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e0e1642ad9cf87cd71521aabd03f03b8e7ddc8d'/>
<id>8e0e1642ad9cf87cd71521aabd03f03b8e7ddc8d</id>
<content type='text'>
* Move GitHub API module to utils/github.rb.

* Move curl method to utils/curl.rb.

* global: use long curl arguments and an array.

This makes the code more self-documenting.

* utils/curl: support reading curl's output.

* utils/github: use curl instead of open-uri.

It has far better proxy support.

* pull: set Homebrew user agent.

* gist-logs: remove trailing whitespace.

* gist-logs: use first instead of [0].

Easier to read.

* gist-logs: use curl-based GitHub.open method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move GitHub API module to utils/github.rb.

* Move curl method to utils/curl.rb.

* global: use long curl arguments and an array.

This makes the code more self-documenting.

* utils/curl: support reading curl's output.

* utils/github: use curl instead of open-uri.

It has far better proxy support.

* pull: set Homebrew user agent.

* gist-logs: remove trailing whitespace.

* gist-logs: use first instead of [0].

Easier to read.

* gist-logs: use curl-based GitHub.open method.
</pre>
</div>
</content>
</entry>
<entry>
<title>pull: remove legacy retry block.</title>
<updated>2016-05-28T19:12:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-05-28T19:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=60cb841ddb5135aea977e294089ff4f56143a30e'/>
<id>60cb841ddb5135aea977e294089ff4f56143a30e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
