<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd/log.rb, branch 1.1.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Remove `private_class_method` from commands.</title>
<updated>2016-10-01T22:24:47+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-01T18:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c36f42ce953b4610b2ba62a2b860720ae6d59e01'/>
<id>c36f42ce953b4610b2ba62a2b860720ae6d59e01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `module_function` for commands.</title>
<updated>2016-10-01T22:24:47+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-25T23:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0ab750bf24dac2cb411d76c05a0edb9b1f1b9333'/>
<id>0ab750bf24dac2cb411d76c05a0edb9b1f1b9333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/log: fix Rubocop warnings.</title>
<updated>2016-09-11T16:59:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-10T09:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4e090530b11bbd61c13024bbdb1ef82387b5fb86'/>
<id>4e090530b11bbd61c13024bbdb1ef82387b5fb86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor issues in command help text formatting</title>
<updated>2016-08-16T23:25:51+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-08-16T23:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=823505a0584f5b114ebb29b3d66c5a1ca5ed399b'/>
<id>823505a0584f5b114ebb29b3d66c5a1ca5ed399b</id>
<content type='text'>
- Inconsistent or unneeded indentation
- Missing or superfluous empty lines
- Missing or wrongly formatted arguments in command summary
- Missing punctuation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Inconsistent or unneeded indentation
- Missing or superfluous empty lines
- Missing or wrongly formatted arguments in command summary
- Missing punctuation
</pre>
</div>
</content>
</entry>
<entry>
<title>Add all the top level comments</title>
<updated>2016-04-10T20:59:25+00:00</updated>
<author>
<name>Max Nordlund</name>
</author>
<published>2016-04-08T14:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec'/>
<id>fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-log: warn if shallow clone</title>
<updated>2015-11-23T14:50:15+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2015-11-23T14:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e8c8b876af9f966a63c802b7fcbbe2c8fabebe48'/>
<id>e8c8b876af9f966a63c802b7fcbbe2c8fabebe48</id>
<content type='text'>
Closes Homebrew/homebrew#46283.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#46283.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add Formulary::path method</title>
<updated>2015-05-08T05:51:26+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-05-08T05:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8297810e3c4d5a15cb9b176f5a02a6023a6db7be'/>
<id>8297810e3c4d5a15cb9b176f5a02a6023a6db7be</id>
<content type='text'>
This is a little code refactoring splited from Homebrew/homebrew#36753

The idea is to eliminate `Formula#path` outside of `formulary.rb`.
And I indent to deprecate `Formula#path` method when I reimplement
symlink free tap function.

Closes Homebrew/homebrew#39313.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a little code refactoring splited from Homebrew/homebrew#36753

The idea is to eliminate `Formula#path` outside of `formulary.rb`.
And I indent to deprecate `Formula#path` method when I reimplement
symlink free tap function.

Closes Homebrew/homebrew#39313.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only "extend self" once on the Homebrew module</title>
<updated>2014-06-19T18:10:36+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-19T03:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=10a1952d2cdcda5e5372fc86ffda33dcca24b894'/>
<id>10a1952d2cdcda5e5372fc86ffda33dcca24b894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove now unnecessary realpath calls</title>
<updated>2014-04-06T05:31:07+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-04-06T05:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cfee53578664599239cb437bba01d4453c814a9c'/>
<id>cfee53578664599239cb437bba01d4453c814a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Formula.path</title>
<updated>2014-02-28T22:51:15+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-02-28T22:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=26785dbe5ddaee3f71d64d4a9f8b92274ec3a366'/>
<id>26785dbe5ddaee3f71d64d4a9f8b92274ec3a366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
