<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.1.13</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-report: don't show new, installed formulae.</title>
<updated>2017-04-04T14:15:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-04T14:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=39b8f106d235f74956a425740a92fbebf156677f'/>
<id>39b8f106d235f74956a425740a92fbebf156677f</id>
<content type='text'>
These were those migrated from other taps but if they are installed
already: they aren't new to that user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were those migrated from other taps but if they are installed
already: they aren't new to that user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle missing receipt on `brew install`.</title>
<updated>2017-04-02T16:02:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-02T16:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=879b3360d3c664750dd90571f898c349e21442fb'/>
<id>879b3360d3c664750dd90571f898c349e21442fb</id>
<content type='text'>
For example if this is for a really old keg, keg where a user has
manually removed stuff or used `brew diy`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example if this is for a really old keg, keg where a user has
manually removed stuff or used `brew diy`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all short flags.</title>
<updated>2017-04-02T09:14:58+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-02T09:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=566d3cb58b557df8ea6962653c43ba3fe995110f'/>
<id>566d3cb58b557df8ea6962653c43ba3fe995110f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the 'export PATH' message in `link` for a keg-only formula</title>
<updated>2017-04-02T03:12:00+00:00</updated>
<author>
<name>Eugene Nikolsky</name>
</author>
<published>2017-04-02T02:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=edd9a9717cf08eabb54001679653e37732d5ce2d'/>
<id>edd9a9717cf08eabb54001679653e37732d5ce2d</id>
<content type='text'>
Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message,
but it printed the wrong path, e.g. for `brew link sqlite`:

```
If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/sqlite:$PATH"' &gt;&gt; ~/.zshrc/bin
```

where `/bin` is appended at the end, but should be inserted before
`:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' &gt;&gt; ~/.zshrc`.
This patch fixes that and updates a test to verify it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message,
but it printed the wrong path, e.g. for `brew link sqlite`:

```
If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/sqlite:$PATH"' &gt;&gt; ~/.zshrc/bin
```

where `/bin` is appended at the end, but should be inserted before
`:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' &gt;&gt; ~/.zshrc`.
This patch fixes that and updates a test to verify it.
</pre>
</div>
</content>
</entry>
<entry>
<title>migrator: check if taps are from same user instead</title>
<updated>2017-03-31T09:28:45+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-31T09:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d07d859ce10f5ea2c94033660674f3bf4ec0ece'/>
<id>7d07d859ce10f5ea2c94033660674f3bf4ec0ece</id>
<content type='text'>
This avoids needing to use `force: true` and still let's Homebrew do
what we want with our own taps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids needing to use `force: true` and still let's Homebrew do
what we want with our own taps.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: perform rename migrations when needed.</title>
<updated>2017-03-31T09:01:46+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-29T10:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=90c6d5f40a950178a5c1fae0fae9f39abcf3ffb4'/>
<id>90c6d5f40a950178a5c1fae0fae9f39abcf3ffb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reinstall: perform rename migrations when needed.</title>
<updated>2017-03-31T09:01:46+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-29T10:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=61ebc128af718dca9d2a1dda482e29d30f54e72f'/>
<id>61ebc128af718dca9d2a1dda482e29d30f54e72f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install: perform rename migrations when needed.</title>
<updated>2017-03-31T09:01:46+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-29T10:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d82522060e62c082fc54f2ee8ea30c46e004917f'/>
<id>d82522060e62c082fc54f2ee8ea30c46e004917f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update-report: more forceful rename migration.</title>
<updated>2017-03-31T09:01:45+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-29T10:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ffd706d997441744b50f75ca45ceb8bd1caefd76'/>
<id>ffd706d997441744b50f75ca45ceb8bd1caefd76</id>
<content type='text'>
Migrate between different taps and delete relevant subdirectories if
they can be safely. Also, tweak some naming and use utility methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate between different taps and delete relevant subdirectories if
they can be safely. Also, tweak some naming and use utility methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2374 from joshka/cleanup-command-continue-on-error</title>
<updated>2017-03-31T08:43:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-31T08:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=80b39bb23917d9b80bb80eb15a890607d69e65b6'/>
<id>80b39bb23917d9b80bb80eb15a890607d69e65b6</id>
<content type='text'>
Cleanup: Continue on error removing keg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup: Continue on error removing keg</pre>
</div>
</content>
</entry>
</feed>
