<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.1.10</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 #1995 from MikeMcQuaid/log-follow-renames</title>
<updated>2017-02-13T08:34:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-13T08:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8a10a413a4bafcf31505c2842f4711555c212940'/>
<id>8a10a413a4bafcf31505c2842f4711555c212940</id>
<content type='text'>
log: follow renames.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
log: follow renames.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1994 from MikeMcQuaid/prefix-opt</title>
<updated>2017-02-13T08:32:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-13T08:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=75bdded6f21d65664fc59e2703628a2ffef992b2'/>
<id>75bdded6f21d65664fc59e2703628a2ffef992b2</id>
<content type='text'>
--prefix: use opt_prefix when available.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--prefix: use opt_prefix when available.</pre>
</div>
</content>
</entry>
<entry>
<title>Use constants for RuboCop version.</title>
<updated>2017-02-12T22:06:35+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-03T10:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f48857d24657c2cf9c8d01c781ba270cff52c8a0'/>
<id>f48857d24657c2cf9c8d01c781ba270cff52c8a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>log: follow renames.</title>
<updated>2017-02-12T16:53:22+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-12T16:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=735532840d4b4c26972480a9b9282da3e0b130f5'/>
<id>735532840d4b4c26972480a9b9282da3e0b130f5</id>
<content type='text'>
Now that we can rename formulae this makes this command more useful
for viewing longer histories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we can rename formulae this makes this command more useful
for viewing longer histories.
</pre>
</div>
</content>
</entry>
<entry>
<title>--prefix: use opt_prefix when available.</title>
<updated>2017-02-12T16:17:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-12T16:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e07a587f42abcf107866f0937643b1a261adf185'/>
<id>e07a587f42abcf107866f0937643b1a261adf185</id>
<content type='text'>
Fixes #1952.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1952.
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: trailing comma in multiline method calls</title>
<updated>2017-02-12T15:11:38+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-02-12T15:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9e97eadccbd99df1c6ffe489ab316d7ebde7fe86'/>
<id>9e97eadccbd99df1c6ffe489ab316d7ebde7fe86</id>
<content type='text'>
Discussed in
https://github.com/Homebrew/brew/pull/1987/files#r100693581.

This was originally ommitted because it wasn't compatible with Ruby 1.8.
(See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed in
https://github.com/Homebrew/brew/pull/1987/files#r100693581.

This was originally ommitted because it wasn't compatible with Ruby 1.8.
(See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass invalid option names to formula installer</title>
<updated>2017-02-04T17:10:37+00:00</updated>
<author>
<name>Thomas Maurer</name>
</author>
<published>2017-02-04T17:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6594650eb1c37170e7d70e7e9c75b48d154e38a9'/>
<id>6594650eb1c37170e7d70e7e9c75b48d154e38a9</id>
<content type='text'>
This is the same that happens in the command 'install'. By passing
the invalid option names, we enable the formula installer to output
warnings if necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the same that happens in the command 'install'. By passing
the invalid option names, we enable the formula installer to output
warnings if necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>update: note migrations may be performed.</title>
<updated>2017-01-29T17:30:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-29T17:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=276d8805ca30c2c08c58a7b9032f94902b52f1fa'/>
<id>276d8805ca30c2c08c58a7b9032f94902b52f1fa</id>
<content type='text'>
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: update rubocop to 0.47.1</title>
<updated>2017-01-27T21:32:50+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-01-27T21:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c2b3f1db27eb7376e192848d05d8377ce9f062f8'/>
<id>c2b3f1db27eb7376e192848d05d8377ce9f062f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update-reset: checkout with --force.</title>
<updated>2017-01-26T16:29:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-26T16:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3c91f5858a273733112cdd11373762e4b9357c1b'/>
<id>3c91f5858a273733112cdd11373762e4b9357c1b</id>
<content type='text'>
Otherwise it won't overwrite unmerged changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it won't overwrite unmerged changes.
</pre>
</div>
</content>
</entry>
</feed>
