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 17, 2018
-
-
Mike McQuaid authored
formula_support: deprecate more keg_only reasons.
-
Mike McQuaid authored
It's unnecessary extra complexity to have versions that are keg-only on some versions of macOS and not others. Initially this was to only do so on old versions of OS X and Xcode but the discussion in https://github.com/Homebrew/brew/pull/4081 meant that it made more sense to remove them all.
-
Mike McQuaid authored
Remove Xcode.installed? guards.
-
Mike McQuaid authored
RuboCop 0.55.0.
-
Mike McQuaid authored
It's safe since 600d58f4 when MacOS::Xcode.version started returning `Version::NULL` where appropriate.
-
Mike McQuaid authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
Markus Reiter authored
Cask Refactoring
-
- Apr 16, 2018
-
-
Mike McQuaid authored
missing: exit nonzero if missing deps are found
-
Mike McQuaid authored
audit: new formulae should not have a HEAD spec
-
Markus Reiter authored
Update `rubocop-cask` to 0.18.1.
-
Markus Reiter authored
-
- Apr 15, 2018
-
-
Markus Reiter authored
Add missing `MacOS.release` deprecation.
-
Markus Reiter authored
-
- Apr 14, 2018
-
-
Mike McQuaid authored
cli_parser: Refactor required argument for flag to '='
-
Gautham Goli authored
-
Mike McQuaid authored
docs/Analytics: note retention period.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
commitay authored
-
Markus Reiter authored
-
- Apr 13, 2018
-
-
Steven Peters authored
-
- Apr 12, 2018
-
-
Mike McQuaid authored
Due to [GDPR](https://www.eugdpr.org) Google Analytics have added [data retention controls](https://support.google.com/analytics/answer/7667196). Let's set these so that we don't keep any anonymous user data any longer than we need it.
-
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.
-