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 .
- Oct 04, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
Use `module_function` for `Homebrew` module.
-
Mike McQuaid authored
brew.sh: don't autoupdate if --help passed
-
- Oct 03, 2016
-
-
Mike McQuaid authored
fix tests failing when verbose set
-
Bruce Steedman authored
-
Mike McQuaid authored
Formula-Cookbook: fix /usr/local/Homebrew references.
-
neutric authored
-
Mike McQuaid authored
virtualenv_install_with_resources: select correct python
-
Markus Reiter authored
Make `MacOS.language` less opinionated and add `language` stanza.
-
ilovezfs authored
`virtualenv_install_with_resources` will now attempt to guess the desired Python based on the active build options and based on the dependencies and requirements. When the situation is ambiguous (e.g., `depends_on :python3` and `build.with? "python"` is true) raise `FormulaAmbiguousPythonError` unless `:using => "python"` or `:using => "python3"` has been passed to resolve the ambiguity. In most cases, this will allow ``` virtualenv_create(libexec, "python3") virtualenv_install_with_resources ``` to be changed to just ``` virtualenv_install_with_resources ```
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Add official external commands to manpage.
-
Mike McQuaid authored
*/diagnostic: tweak messaging.
-
Mike McQuaid authored
list: fix exit code for --verbose and --pinned
-
Mike McQuaid authored
These are the ones that are auto-installed without tapping and it makes sense to make them more prominent in our documentation as we've offloaded various functionality over the years to each of them.
-
Mike McQuaid authored
Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations.
-
Mike McQuaid authored
update-test: fix tag updating, skip core tap.
-
Mike McQuaid authored
Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test).
-
- Oct 02, 2016
-
-
Uladzislau Shablinski authored
`brew list --verbose <formulae>` lists only those kegs that are installed and exits with 0 if all <formulae> installed. If one or more formulae from <formulae> are not installed, the command lists only installed versions and exits with 1. `brew --pinned formula` exits with 1 if formula is not pinned. Fixes #1172
-
Mike McQuaid authored
help: support `#:` help in external commands.
-
Mike McQuaid authored
install: remove not updated warning.
-
ilovezfs authored
Fix `Tty.gray`.
-
Markus Reiter authored
-
Markus Reiter authored
Refactor Tty.
-
Markus Reiter authored
-
Markus Reiter authored
-