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 .
- Aug 14, 2012
-
-
Max Howell authored
-D is now the switch for diagnostic-dumps. Let it be so. Shows how long each doctor method takes in a sorted table at end. I used this to move the two slowest methods to the end of the doctor run so that as much useful information can be shown as quickly as possible. Also now possible to specify on command line which tests should be run.
-
Max Howell authored
Broke when I removed `require 'formula'` from ARGV.rb.
-
Misty De Meo authored
This was a regression which caused the bash completion script to fail to complete formula options.
-
- Aug 13, 2012
-
-
Max Howell authored
Previously if error occurred in code around the logic you'd get a keg that is installed without a tab, which breaks brew.
-
Max Howell authored
-
Max Howell authored
Probably slow, but we hate these fuckers.
-
Max Howell authored
-
Max Howell authored
-
Jack Nagel authored
Using :when_xquartz_installed will tell the keg-only machinery to activate if XQuartz is installed. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 12, 2012
-
-
Max Howell authored
This was slowing down every instantiation of brew significantly. Hopefully doesn't break anything that had become accustomed to not having to require 'formula' or 'keg'. /cc @mikemcquaid
-
Jack Nagel authored
exceptions.rb now needs String#undent when it is loaded. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
As options are stored in an object owned by the eigenclass of a formula, options defined in the Formula#options method can be added multiple times if the formula is instantiated multiple times. Store them in a set to prevent duplicates. Fixes Homebrew/homebrew#14133. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Misty De Meo authored
When combining the set of old-style and new-style options, make sure that the leading "--" is stripped. Fixes displaying options in `brew options`, and the exotic case of declaring options using the old syntax and then checking them with `build.include?`
-
Misty De Meo authored
-
Mike McQuaid authored
Fixes Homebrew/homebrew#14121.
-
- Aug 11, 2012
-
-
Jack Nagel authored
Closes Homebrew/homebrew#14124. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 10, 2012
-
-
Adam Vandenberg authored
-
Max Howell authored
If you google for "Cowardly refusing to sudo brew" you get a lot of confused users who didn't read any of the Homebrew documentation and then had a hissy-fit.
-
Jack Nagel authored
Closes Homebrew/homebrew#13444. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Misty De Meo authored
A user on IRC was getting strange results from MacOS.dev_tools_path. It turns out that xcrun's exit status is not always reliable - if xcrun is a shim and not able to locate the real xcrun, it will exit 0 despite not actually doing what it was asked. Instead check to see if the stout is empty.
-
Misty De Meo authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Aug 09, 2012
-
-
hazz authored
Closes Homebrew/homebrew#14066. Signed-off-by:
Max Howell <mxcl@me.com>
-
Misty De Meo authored
-
samueljohn authored
- So that Xcode-only systems don't fail to find svn. Closes Homebrew/homebrew#14080. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#9982
-
Mike McQuaid authored
Fixes Homebrew/homebrew#13638.
-
Mike McQuaid authored
-
- Aug 08, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-