<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.0.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>update.sh: don't print "checkout branch" message.</title>
<updated>2016-09-22T08:05:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T08:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b33df4d0fad3ba6a968a86b14170ff1395239be3'/>
<id>b33df4d0fad3ba6a968a86b14170ff1395239be3</id>
<content type='text'>
It’ll only get printed for people getting updated to tags now and these
are people who haven’t run a `dev-cmd` so we want to air on the side of
telling them less stuff that will confuse them and assume people who
have manually made another `git` branch will know how to get back to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It’ll only get printed for people getting updated to tags now and these
are people who haven’t run a `dev-cmd` so we want to air on the side of
telling them less stuff that will confuse them and assume people who
have manually made another `git` branch will know how to get back to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>uninstall: improve pronoun for multiple version message</title>
<updated>2016-09-21T15:37:23+00:00</updated>
<author>
<name>Joseph Frazier</name>
</author>
<published>2016-09-21T13:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=66ca9e79fc14f28e54f259bba94a52922728bde8'/>
<id>66ca9e79fc14f28e54f259bba94a52922728bde8</id>
<content type='text'>
When exactly two versions of a package were installed, the uninstall
message should not read "Remove them all with...", since only one
version remains.

"Remove all versions with..." is flexible enough to avoid being
interpreted as grammatically incorrect, and it still accurately
describes the general behavior of `brew uninstall --force`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When exactly two versions of a package were installed, the uninstall
message should not read "Remove them all with...", since only one
version remains.

"Remove all versions with..." is flexible enough to avoid being
interpreted as grammatically incorrect, and it still accurately
describes the general behavior of `brew uninstall --force`.
</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: tweak tag handling.</title>
<updated>2016-09-21T13:32:48+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-21T13:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f9bd121e387dfa478b924d1a28a439ae2318cafe'/>
<id>f9bd121e387dfa478b924d1a28a439ae2318cafe</id>
<content type='text'>
- Don't let the `UPSTREAM_TAG` variable bleed into future repository
  checks.
- Even if the tag branch is an ancestor of the tag ensure that it's
  forced back to the tag anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't let the `UPSTREAM_TAG` variable bleed into future repository
  checks.
- Even if the tag branch is an ancestor of the tag ensure that it's
  forced back to the tag anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: allow forcing tag update.</title>
<updated>2016-09-21T08:03:52+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T18:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e8ebcb834bcd54aa555b52cc6a06bf05e8b5ac1a'/>
<id>e8ebcb834bcd54aa555b52cc6a06bf05e8b5ac1a</id>
<content type='text'>
To test the tag update functionality allow setting
`HOMEBREW_UPDATE_TO_TAG`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To test the tag update functionality allow setting
`HOMEBREW_UPDATE_TO_TAG`.
</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: update to latest Homebrew/brew tag.</title>
<updated>2016-09-21T08:03:51+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T18:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b2c7d6d83d0eecba7057873b7cb3511d09183825'/>
<id>b2c7d6d83d0eecba7057873b7cb3511d09183825</id>
<content type='text'>
Rather than following every change on `master` let’s have non-developer
users (i.e. those who have never run a `dev-cmd` or set
`HOMEBREW_DEVELOPER`) update between tags.

This provides a fairly natural beta (the `master` branch`) and stable
(the tags) approach without restricting us to any particular way of
managing our tags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than following every change on `master` let’s have non-developer
users (i.e. those who have never run a `dev-cmd` or set
`HOMEBREW_DEVELOPER`) update between tags.

This provides a fairly natural beta (the `master` branch`) and stable
(the tags) approach without restricting us to any particular way of
managing our tags.
</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: force a full update if we have no tags.</title>
<updated>2016-09-20T16:16:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-20T16:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=96232722839e54ce4cdaf3dc87f976542795eced'/>
<id>96232722839e54ce4cdaf3dc87f976542795eced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: always fetch tags.</title>
<updated>2016-09-20T16:16:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T18:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d62512095ff4d82c7337682de77cffe9fe5da2f2'/>
<id>d62512095ff4d82c7337682de77cffe9fe5da2f2</id>
<content type='text'>
We use these for updating people who just follow tags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use these for updating people who just follow tags.
</pre>
</div>
</content>
</entry>
<entry>
<title>update-report: link new completion/docs locations.</title>
<updated>2016-09-20T09:41:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-19T18:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6ff7fed070a938c2ac6ec04c9048502a29c7b1e8'/>
<id>6ff7fed070a938c2ac6ec04c9048502a29c7b1e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>list: use new exclude paths.</title>
<updated>2016-09-20T09:41:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-19T18:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4e6990ed8168b74f14b51f389ae89db5abc026f6'/>
<id>4e6990ed8168b74f14b51f389ae89db5abc026f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation links.</title>
<updated>2016-09-20T09:41:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-19T19:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b85ee1cb8ffef36503f46685609442f79660737a'/>
<id>b85ee1cb8ffef36503f46685609442f79660737a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
