This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 28, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#32710.
-
- Sep 27, 2014
-
-
Jack Nagel authored
- use literal syntax - escape interpolated variables - remove intermediate variables - remove unnecessary capture
-
Jack Nagel authored
-
Jack Nagel authored
-
Adam Vandenberg authored
-
- Sep 26, 2014
-
-
Jack Nagel authored
-
- Sep 25, 2014
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#31203.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This reverts commit e81b82cc725ede00c1292a50a076bb8a652ccecd.
-
Jack Nagel authored
This reverts commit 338a451a47c884eb9ca96d7b0023417a1eaa4d3d.
-
Jack Nagel authored
This reverts commit f96ed45fe19855d0f8acc37d5d77d16d607dfce3.
-
Jack Nagel authored
This reverts commit 91be9f5344d5931ddae6e4f905c18a607fa9e9f1.
-
Mike McQuaid authored
Closes Homebrew/homebrew#32472.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
As this is something we support and update.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This means that taps root and `cmd` directories are added to the PATH. This should enable migration of some of our contributed commands into taps (e.g. `homebrew-boneyard`) and make it easy for third parties to be able to maintain these. It might also make stuff easier for existing tools like e.g. `brew-cask` and `boxen`. Closes Homebrew/homebrew#32471.
-
Mike McQuaid authored
This is currently still very messy and we probably want to work out the best way to declare what parts of our DSL/what files are "public". Still, even if this is a WIP I'd rather get something committed sooner rather than later and start iterating on this as a replacement for `example_formula.rb` and the formula cookbook. To test: ```bash cd $(brew --prefix)/Library/Homebrew && \ rdoc formula.rb requirement.rb utils.rb &&\ open doc/index.html ``` Closes Homebrew/homebrew#32470.
-
Mike McQuaid authored
This reverts commit f9c8b5e1da7ac09c85a6ebf9a94624bb9c60bed5. Closes Homebrew/homebrew#32609. Closes Homebrew/homebrew#32613.
-
Mike McQuaid authored
This reverts commit f05d29e3fd0d056b78da6a0b0247e64f91014e04.
-
Mike McQuaid authored
This reverts commit 2885a92612173f480303b03da1da739eb68550d7.
-
Mike McQuaid authored
This reverts commit 6319cac687fa722a1d005fe056e0dac22d91ef9c.
-
Jack Nagel authored
-
Jack Nagel authored
Only the keys of the hashes are used, so we can just use arrays and comments instead.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Sep 24, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#32224.
-
chdiza authored
Before this change, audit would detect commented-out lines containing the string 'DATA' as if there were no commenting. Then it could complain, e.g., problem "'DATA' was found, but no '__END__'", which would be a false alarm in that circumstance. Closes Homebrew/homebrew#32568. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-