<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew, branch 1.0.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>Formatter: identifier: only reset color, not full styling</title>
<updated>2016-10-17T04:45:37+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2016-10-17T04:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e72f1139ad212b09650775009960ae30a98a4cd4'/>
<id>e72f1139ad212b09650775009960ae30a98a4cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1298 from tdsmith/no-no-bad-unicode</title>
<updated>2016-10-16T16:47:02+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-10-16T16:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de880f1e870d91dd838228de2987f9bd6d194aef'/>
<id>de880f1e870d91dd838228de2987f9bd6d194aef</id>
<content type='text'>
Don't choke on invalid UTF-8 in `file` output</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't choke on invalid UTF-8 in `file` output</pre>
</div>
</content>
</entry>
<entry>
<title>scm/git: more old OS X versions tweaks.</title>
<updated>2016-10-16T15:11:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-16T15:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=be2e6df948b2819aabe38864f4b541c8b89ba01f'/>
<id>be2e6df948b2819aabe38864f4b541c8b89ba01f</id>
<content type='text'>
- unset IFS to fix version parsing on older Bashes
- reuse existing HOMEBREW_MACOS_VERSION if it’s available
- set rather than unset popup_stub
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unset IFS to fix version parsing on older Bashes
- reuse existing HOMEBREW_MACOS_VERSION if it’s available
- set rather than unset popup_stub
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1303 from MikeMcQuaid/old-osx-git-shim</title>
<updated>2016-10-16T14:45:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-16T14:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2a18378a035c7a87d97d1deb742c0f7debb89847'/>
<id>2a18378a035c7a87d97d1deb742c0f7debb89847</id>
<content type='text'>
shims/scm/git: fix on old OS X versions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shims/scm/git: fix on old OS X versions.</pre>
</div>
</content>
</entry>
<entry>
<title>shims/scm/git: fix on old OS X versions.</title>
<updated>2016-10-16T13:14:23+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-16T13:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7292ad1f1a1f8f92bac9160b6be6c4a64ac24d5c'/>
<id>7292ad1f1a1f8f92bac9160b6be6c4a64ac24d5c</id>
<content type='text'>
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not
required to be set when using the CLT. Fix this behaviour so `brew
update` doesn't tell everyone on that configuration to `brew install
git`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not
required to be set when using the CLT. Fix this behaviour so `brew
update` doesn't tell everyone on that configuration to `brew install
git`.
</pre>
</div>
</content>
</entry>
<entry>
<title>dependency_collector: need xz dep on &lt;= macOS 10.8</title>
<updated>2016-10-16T12:48:37+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-16T09:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a53eca8cdee26ad0c00a4add89b746d08a5dc87c'/>
<id>a53eca8cdee26ad0c00a4add89b746d08a5dc87c</id>
<content type='text'>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</pre>
</div>
</content>
</entry>
<entry>
<title>Explain why info could be nil</title>
<updated>2016-10-16T06:52:55+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-10-16T06:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=22a64aa6c630ad73c3830cf3bbbf129bfbc4d19c'/>
<id>22a64aa6c630ad73c3830cf3bbbf129bfbc4d19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't choke on invalid UTF-8 in `file` output</title>
<updated>2016-10-16T04:21:08+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-10-16T04:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=371cd0dd3e6d31ef96b2e000a4fa9519938b0aab'/>
<id>371cd0dd3e6d31ef96b2e000a4fa9519938b0aab</id>
<content type='text'>
Sometimes `file` output contains data from the file under examination,
which may include binary data that does not represent valid UTF-8
codepoints. String#split dies if it doesn't understand the encoding, so
tell Ruby to treat `file` output as a bytestring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes `file` output contains data from the file under examination,
which may include binary data that does not represent valid UTF-8
codepoints. String#split dies if it doesn't understand the encoding, so
tell Ruby to treat `file` output as a bytestring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1290 from maxnordlund/patch-1</title>
<updated>2016-10-15T16:52:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T16:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7ac90613fd5a9719a03e180947522bfd4a8790be'/>
<id>7ac90613fd5a9719a03e180947522bfd4a8790be</id>
<content type='text'>
Fix wrong ordering on when clauses in audit.rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong ordering on when clauses in audit.rb</pre>
</div>
</content>
</entry>
<entry>
<title>Fix when clause ordering.</title>
<updated>2016-10-15T16:31:06+00:00</updated>
<author>
<name>Max Nordlund</name>
</author>
<published>2016-10-15T16:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c7fde5ddc98b1c605d55be87a68648640a842281'/>
<id>c7fde5ddc98b1c605d55be87a68648640a842281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
