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 14, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Apr 12, 2018
-
-
Mike McQuaid authored
compat/extend/string: fix odisabled return.
-
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.
-
Markus Reiter authored
Fix Cask search not showing remote matches.
-
- Apr 11, 2018
-
-
Markus Reiter authored
-
Mike McQuaid authored
Make release-notes command work from any location
-
Maxim Belkin authored
-
Mike McQuaid authored
bottle: Use @args
-
Mike McQuaid authored
mirror: Add missing import for cli_parser
-
Mike McQuaid authored
Keg#replace_text_in_files: fix incorrect replace order
-
- 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.
-
Mike McQuaid authored
bottle: Add option --or-later
-
Shaun Jackman authored
If --or-later is passed, append _or_later to the bottle tag.
-
Mike McQuaid authored
Only read curlrc if HOMEBREW_CURLRC is set.
-
Mike McQuaid authored
This reverses the previous, incorrect order.
-
Mike McQuaid authored
urls_cop: Search for func calls to match `url` and `mirror` calls
-
Gautham Goli authored
-
Mike McQuaid authored
cli_parser: Common switch options to be accessible across brew
-
Mike McQuaid authored
compat/formula: remove patches.
-
Gautham Goli authored
-
- Apr 09, 2018
-
-
Mike McQuaid authored
This method was missed in #3896.
-
Mike McQuaid authored
cli_parser: undefine OpenStruct instance tap.
-
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
Tell curl to not use .curlrc
-
Mike McQuaid authored
docs/Installation: note curl usage on <=10.7.
-
Mike McQuaid authored
Need to pass `--insecure` there for it to work.
-
Mike McQuaid authored
keg: don't remove versioned aliases on unlink.
-
Mike McQuaid authored
linkage_checker: fix detection of broken dependencies and missing libraries
-
Mike McQuaid authored
-
Mike McQuaid authored
bump-formula-pr: Replace `hub` with GH API calls
-
Mike McQuaid authored
Fixes #4030.
-