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 30, 2018
-
-
Gautham Goli authored
-
- Apr 15, 2018
-
-
Gautham Goli authored
-
Gautham Goli authored
-
- Apr 14, 2018
-
-
Gautham Goli authored
-
- Apr 12, 2018
-
-
Mike McQuaid authored
`odisabled` will still return for a formula in `.brew`. This means `EOS.undent` returns `nil` and the formula cannot be parsed. Instead return the actual string in this case to avoid e.g. patches blowing up with `nil` strings. Fixes #4049.
-
- Apr 11, 2018
-
-
Markus Reiter authored
-
- Apr 10, 2018
-
-
Maxim Belkin authored
* specify repository location using `-C` option * change `newest` to `latest` when talking about the latest tagged commit
-
Gautham Goli authored
-
Gautham Goli authored
-
Xu Cheng authored
The order of the regexes in `Keg#replace_text_in_files` matters. Otherwise, `/usr/local/Cellar` will be replaced to `@@HOMEBREW_PREFIX@@/Cellar` instead of `@@HOMEBREW_CELLAR@@`. Fixes Homebrew/homebrew-core#26043.
-
Shaun Jackman authored
If --or-later is passed, append _or_later to the bottle tag.
-
Mike McQuaid authored
This reverses the previous, incorrect order.
-
Gautham Goli authored
-
Gautham Goli authored
-
- Apr 09, 2018
-
-
Mike McQuaid authored
This method was missed in #3896.
-
Mike McQuaid authored
As reported https://github.com/Homebrew/brew/pull/4037#issuecomment-379591755.
-
Mike McQuaid authored
Undefine `tap` to allow `--tap` arguments to work as expected.
-
Mike McQuaid authored
-
Mike McQuaid authored
Fixes #4030.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Move various `odeprecated` to `odisabled` and delete uses of `odisabled`.
-
- Apr 08, 2018
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Mike McQuaid authored
These don't behave as expected; depending on when and where in Homebrew (or even an installation process) these are evaluated they return different results. This means that sometimes these will be seen as dependencies and sometimes they will be ignored entirely by the DSL. Instead `:optional` or `:recommended` dependencies should be used. We don't have a solution yet for grouping dependencies together but this is another case for removing more optional dependencies altogether (as there are no designs or proposed implementations).
-
Mike McQuaid authored
Fix various circular requirements, method redefinitions, etc.
-
Maxim Belkin authored
-
Maxim Belkin authored
-
- Apr 07, 2018
-
-
commitay authored
-
Mike McQuaid authored
Address the confusion in #4015.
-
Stevie Howard authored
-
Stevie Howard authored
-
Stefan Sundin authored
-
- Apr 06, 2018
-
-
Ryan Greenberg authored
-
- Apr 03, 2018
-
-
Mike McQuaid authored
-
- Apr 02, 2018
-
-
Mike McQuaid authored
After all these formulae have been deleted we want to warn people on tapping it.
-
ilovezfs authored
-
Mike McQuaid authored
-
Mike McQuaid authored
A bunch of these were needed before superenv, environment filtering or on now long-unsupported versions of macOS.
-
- Apr 01, 2018
-
-
Tom Schoonjans authored
-