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 .
- Jan 17, 2019
-
-
Yvo Mulder authored
-
- Jan 16, 2019
-
-
Mike McQuaid authored
Bump html-proofer from 3.10.0 to 3.10.1 in /docs
-
dependabot[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.10.0...v3.10.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Jan 15, 2019
-
-
Mike McQuaid authored
Fiks HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK description
-
Maxim Belkin authored
This change fixes a syntax error introduced in b278165d
-
Mike McQuaid authored
Fix some bottling logic
-
Mike McQuaid authored
- We've never supported `devel` bottles so don't bother outputting their status to `brew info` - Don't `brew upgrade` or `brew reinstall` bottles if they were previously built as a bottle unless there's no bottles defined at all (rather than there was no compatible bottles). Fixes #5532.
-
- Jan 14, 2019
-
-
Mike McQuaid authored
Bump i18n from 1.5.1 to 1.5.2 in /Library/Homebrew/vendor
-
Mike McQuaid authored
-
Mike McQuaid authored
bash completions: start auto-completing early
-
Mike McQuaid authored
Bump nokogiri from 1.10.0 to 1.10.1 in /docs
-
dependabot[bot] authored
Bumps [i18n](https://github.com/svenfuchs/i18n) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v1.5.1...v1.5.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.0...v1.10.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Markus Reiter authored
Fix missing `require`.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jan 13, 2019
-
-
Maxim Belkin authored
-
Mike McQuaid authored
cli_parser: Output help text on invalid option passed
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Better handle missing environment variables when updating
-
- Jan 12, 2019
-
-
Mike McQuaid authored
Try to re-exec the Homebrew binary to get the environment variables we need and give up if that doesn't work.
-
Gautham Goli authored
-
Mike McQuaid authored
Add HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK variable
-
Mike McQuaid authored
cmd/search: fix truncated regex warning.
-
Mike McQuaid authored
update: make git rebase be quiet.
-
Mike McQuaid authored
If set, Homebrew will fail if on the failure of installation from a bottle rather than falling back to building from source.
-
Mike McQuaid authored
`ohai` doesn't really work for this case. Fixes #5520.
-
Mike McQuaid authored
`--quiet` doesn't seem to be working as expected.
-
Mike McQuaid authored
bash completions: use proper Bash syntax
-
Maxim Belkin authored
-
- Jan 11, 2019
-
-
Mike McQuaid authored
Bump ethon from 0.11.0 to 0.12.0 in /docs
-
dependabot[bot] authored
Bumps [ethon](https://github.com/typhoeus/ethon) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/typhoeus/ethon/releases) - [Changelog](https://github.com/typhoeus/ethon/blob/v0.12.0/CHANGELOG.md) - [Commits](https://github.com/typhoeus/ethon/compare/v0.11.0...v0.12.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Jan 10, 2019
-
-
Jonathan Chang authored
compat: correct MacOS.prefer_64_bit? deprecation
-
Jonathan Chang authored
-
Mike McQuaid authored
spec_helper: tweak parallel tests handling.
-
Mike McQuaid authored
- only hide filtered runs in parallel (where they are super noisy) - only send SimpleCov coverage once to Coveralls
-
Mike McQuaid authored
config: better handle missing variables.
-
Mike McQuaid authored
We don’t really have a better solution than this because of how the auto-updater’s Bash code worked on the version they are updating from. Users will never hit this more than once. Fixes #5513
-
- Jan 09, 2019
-
-
Mike McQuaid authored
Update Shell-Completion.md
-