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 19, 2014
-
-
Jack Nagel authored
-
- Jul 24, 2014
-
-
Mike McQuaid authored
-
- Jun 19, 2014
-
-
Jack Nagel authored
-
- Jun 04, 2014
-
-
Adam Vandenberg authored
-
- May 27, 2014
-
-
Jack Nagel authored
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes Homebrew/homebrew#29585.
-
- May 19, 2014
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#29318.
-
- May 18, 2014
-
-
Jack Nagel authored
-
- May 17, 2014
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#29315.
-
- May 07, 2014
-
-
Jack Nagel authored
-
- May 01, 2014
-
-
Adam Vandenberg authored
-
- Apr 28, 2014
-
-
Adam Vandenberg authored
With --multiple, only list formulae with multiple versions installed.
-
- Apr 08, 2014
-
-
Jack Nagel authored
-
- Mar 16, 2014
-
-
Jack Nagel authored
-
- Mar 11, 2014
-
-
Jack Nagel authored
-
- Mar 09, 2014
-
-
Jack Nagel authored
Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies.
-
- Mar 08, 2014
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#27322.
-
- Mar 05, 2014
-
-
Adam Vandenberg authored
-
- Mar 03, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#26811.
-
- Mar 01, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#27076.
-
- Feb 24, 2014
-
-
Adam Vandenberg authored
-
- Jan 12, 2014
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 20, 2013
-
-
Steven Peters authored
The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes Homebrew/homebrew#25272. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 15, 2013
-
-
Mike McQuaid authored
-
- Nov 18, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#24420.
-
- Nov 17, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#24371.
-
- Nov 15, 2013
-
-
Alexis Hildebrandt authored
with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#23194. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Nov 11, 2013
-
-
Adam Vandenberg authored
-
- Nov 04, 2013
-
-
Jack Nagel authored
These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence.
-
- Oct 30, 2013
-
-
Adam Vandenberg authored
-
- Oct 26, 2013
-
-
David MacMahon authored
This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Sep 25, 2013
-
-
Raymie Stata authored
downloads tarballs from public and private S3 buckets Closes Homebrew/homebrew#22779. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Sep 17, 2013
-
-
elliottcable authored
Also adds support for a new `--local` flag, and documentation for the whole command. Closes Homebrew/homebrew#22378. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes Homebrew/homebrew#22509.
-
- Sep 03, 2013
-
-
Samuel John authored
For example `brew search homebrew/science` to get a list of all formulae from that tap, even if not yet tapped. `brew search <user>/<repo>/<substr>` or `brew search <user>/<repo> <substr>` to grep for `<substr>` inside of the tap `<user>/<repo>`.
-
- Sep 02, 2013
-
-
Misty De Meo authored
-
- Aug 30, 2013
-
-
Misty De Meo authored
-
- Aug 20, 2013
-
-
Samuel John authored
-
- Aug 15, 2013
-
-
Adam Vandenberg authored
-