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 .
- Apr 18, 2016
-
-
Martin Afanasjew authored
Also remove related helper method `Homebrew.help_s`.
-
- Feb 26, 2016
-
-
Xu Cheng authored
If user inputs argument such as `-with-flag`, we can assume it's a bad flag. Closes Homebrew/homebrew#49256 Closes Homebrew/homebrew#49550. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Feb 11, 2016
-
-
Martin Afanasjew authored
Homebrew developers have the corresponding variable permanently set in their environment and wanting to appear like a Homebrew developer for a single invocation is exceedingly rare. Additionally, the option won't be recognized by `bin/brew`. (It is also undocumented.) Using `HOMEBREW_DEVELOPER=1 brew <command>` is still possible, and not more inconvenient than passing the `--homebrew-developer` option. Closes Homebrew/homebrew#48322. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Nov 10, 2015
-
-
Mike McQuaid authored
-
- Aug 22, 2015
-
-
Xu Cheng authored
-
William Woodruff authored
-
William Woodruff authored
Add these new errors, and guards in formula installation and cmd/{,un,re}install to match, move can_build? to the MacOS module, flatten conditions, remove redundant can_build? check reinstate removed (doctor) check
-
- Aug 10, 2015
-
-
Xu Cheng authored
-
Vlad Shablinsky authored
Everything that used HOMEBREW_CELLAR/canonical_name could point to something that doesn't exist because loader_for tries to load new name formula if no old name found. However there can be software installed from path with the same name that renamed formulae had and we still need to link/unlink/uninstall etc that software. The solution is Formulary#to_rack method that returns rack for given name. - Add Formulary#to_rack - Update ARGV.kegs - Update cmd/switch
-
CNA-Bld authored
-
- Aug 09, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#42537. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Aug 06, 2015
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#42470.
-
- Aug 03, 2015
-
-
BrewTestBot authored
Closes Homebrew/homebrew#42354. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 31, 2015
- May 27, 2015
- Apr 09, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#38361. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Dec 01, 2014
-
-
Mike McQuaid authored
People want to install things like GIMP using Homebrew so let's make it easier for them to find a decent installation method. Closes Homebrew/homebrew#34496. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Nov 04, 2014
-
-
Jack Nagel authored
-
- Aug 30, 2014
-
-
Jack Nagel authored
-
- Aug 29, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 18, 2014
-
-
Phillip Calvin authored
It might be best not to use the word "lame" here, as it's often considered to be an ableist slur. Closes Homebrew/homebrew#30915. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 03, 2014
-
-
Jack Nagel authored
This is experimental and will be reverted if it causes problems. Closes Homebrew/homebrew#30392.
-
- Jun 27, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
name is the user-provided string and may be an alias, path, or URL.
-
Jack Nagel authored
-
Jack Nagel authored
rack cannot be nil at the point where FormulaUnavailableError is raised, so we don't need a branch to deal with that.
-
Jack Nagel authored
dirs will be empty if the rack directory does not exist.
-
- Jun 23, 2014
-
-
Jack Nagel authored
These have all been moved to Formulary.
-
- Jun 21, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 28, 2014
-
-
Adam Vandenberg authored
This fixes external commands that provide their own help and version subcommands. Closes Homebrew/homebrew#26755.
-
- Apr 06, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Symlinks in opt and LinkedKegs point directly at a keg in the cellar, so only resolving one symlink should suffice, and make it clear what path we are actually interested in.
-
- Mar 16, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-