<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/docs, branch 1.2.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>Merge pull request #2599 from peternewman/patch-1</title>
<updated>2017-06-04T10:52:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-04T10:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=54e01d76db34a3a649c79b189873bfd0a52dbc9f'/>
<id>54e01d76db34a3a649c79b189873bfd0a52dbc9f</id>
<content type='text'>
Fix internal links on the manpage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix internal links on the manpage</pre>
</div>
</content>
</entry>
<entry>
<title>Update jenkins.brew.sh links.</title>
<updated>2017-05-30T18:14:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-30T18:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9032574038fdf322df8d2c527949c02c0d997400'/>
<id>9032574038fdf322df8d2c527949c02c0d997400</id>
<content type='text'>
These previously, incorrectly pointed to bot.brew.sh.

Fixes #2703.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These previously, incorrectly pointed to bot.brew.sh.

Fixes #2703.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2632 from MikeMcQuaid/sass</title>
<updated>2017-05-14T14:27:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-14T14:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e0ab162f82921077cfb899637fdd39e426adfc9b'/>
<id>e0ab162f82921077cfb899637fdd39e426adfc9b</id>
<content type='text'>
docs.brew.sh: use SCSS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs.brew.sh: use SCSS.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2620 from MikeMcQuaid/more-env-filtering-tweaks</title>
<updated>2017-05-14T14:08:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-14T14:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13efa8656e2abf91561ef5a249c25298157eecb9'/>
<id>13efa8656e2abf91561ef5a249c25298157eecb9</id>
<content type='text'>
More environment filtering tweaks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More environment filtering tweaks</pre>
</div>
</content>
</entry>
<entry>
<title>docs.brew.sh: use SCSS.</title>
<updated>2017-05-14T14:07:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-14T14:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=48d99d13389fe2b568f4038ad3926a17094c5fc7'/>
<id>48d99d13389fe2b568f4038ad3926a17094c5fc7</id>
<content type='text'>
Import style changes from:
https://github.com/Homebrew/homebrew.github.io/pull/166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import style changes from:
https://github.com/Homebrew/homebrew.github.io/pull/166
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to venv.pip_install_and_link in doc</title>
<updated>2017-05-13T21:26:09+00:00</updated>
<author>
<name>Michka Popoff</name>
</author>
<published>2017-05-13T21:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=43e38dfc011476a1136527c04ad5f074d2c4dd83'/>
<id>43e38dfc011476a1136527c04ad5f074d2c4dd83</id>
<content type='text'>
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`</pre>
</div>
</content>
</entry>
<entry>
<title>More environment filtering tweaks</title>
<updated>2017-05-13T10:42:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-13T10:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8205e61e6493f7c0a91c0311a321a80830f70bc3'/>
<id>8205e61e6493f7c0a91c0311a321a80830f70bc3</id>
<content type='text'>
- only document HOMEBREW_* variables in the manpage (although still
  read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- only document HOMEBREW_* variables in the manpage (although still
  read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak troubleshooting docs and issue template</title>
<updated>2017-05-09T14:21:28+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-09T14:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=978c12127612c81012faa07e976a2f253ae8aa78'/>
<id>978c12127612c81012faa07e976a2f253ae8aa78</id>
<content type='text'>
- Note that Homebrew Cask issues should be filed elsewhere.
- Make `brew`/homebrew-core issue differential in simpler language
- Tell people to fix all `brew doctor` issues
- Refer to the issue checklist and make it even more clear and prominent
  that we may close it out immediately if they don't use it.
- Note that proposed new issues should be widely relevant.
- Don't tell people they need to `brew cask install java`; we handle
  this in most places with a Java requirement and probably want issues
  filed where we don't.
- Remove reference to Homebrew Dupes and replace with reference to
  Homebrew Cask to try and get people filing stuff there instead.

Fixes #2608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Note that Homebrew Cask issues should be filed elsewhere.
- Make `brew`/homebrew-core issue differential in simpler language
- Tell people to fix all `brew doctor` issues
- Refer to the issue checklist and make it even more clear and prominent
  that we may close it out immediately if they don't use it.
- Note that proposed new issues should be widely relevant.
- Don't tell people they need to `brew cask install java`; we handle
  this in most places with a Java requirement and probably want issues
  filed where we don't.
- Remove reference to Homebrew Dupes and replace with reference to
  Homebrew Cask to try and get people filing stuff there instead.

Fixes #2608
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix another internal link</title>
<updated>2017-05-06T23:45:02+00:00</updated>
<author>
<name>Peter Newman</name>
</author>
<published>2017-05-06T23:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=88cef8118e51b2b58eab9f5e8eaef6258b9d63ef'/>
<id>88cef8118e51b2b58eab9f5e8eaef6258b9d63ef</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 link code</title>
<updated>2017-05-06T23:35:36+00:00</updated>
<author>
<name>Peter Newman</name>
</author>
<published>2017-05-06T23:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8c214ed16ddb2ad70d697d6f116c36114e37fe3f'/>
<id>8c214ed16ddb2ad70d697d6f116c36114e37fe3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
