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 .
- Mar 11, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot[bot] authored
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.4...v1.1.5 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
arch: actually show required architecture
-
Mike McQuaid authored
Bump concurrent-ruby from 1.1.4 to 1.1.5 in /docs
-
dependabot[bot] authored
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.4...v1.1.5 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Jonathan Chang authored
-
Michka Popoff authored
elf.rb: avoid corrupted elf files
-
- Mar 10, 2019
-
-
Michka Popoff authored
Some elf files like unittest files or memory dumps may not be completely readable by readelf. Readelf will fail after the following message: readelf: Warning: possibly corrupt ELF header - it has a non-zero program header offset, but no program headers This patches avoid these files when there is a non zero offset but no program headers
-
- Mar 08, 2019
-
-
Mike McQuaid authored
deps: fix --1 and --annotate options
-
Jonathan Chang authored
Brew: remove prune completion for Bash
-
Jonathan Chang authored
completions/zsh: Hide *instal from all commands
-
Jonathan Chang authored
cpu: tests permit new families and architectures
-
Jonathan Chang authored
-
EricFromCanada authored
-
dana authored
Aliases like instal and uninstal are unhelpful and noisy; don't offer them See also PR #3052
-
Mike McQuaid authored
docs/_config.yml: shorten search placeholder.
-
Mike McQuaid authored
Current one is truncated on macOS.
-
Mike McQuaid authored
docs/_config.yml: enable documentation search.
-
Mike McQuaid authored
Set the search placeholder badge, the index and trigger a new GitHub Pages build (by merging this).
-
- Mar 07, 2019
-
-
Maxim Belkin authored
-
- Mar 06, 2019
-
-
Mike McQuaid authored
completions/zsh: Improve caching behaviour
-
Mike McQuaid authored
cleanup: fix for formula/cask name collision
-
Mike McQuaid authored
Improve wording
-
Chase Stubblefield authored
When a formula and cask share the same name, a download can be incorrectly considered stale. Only check for if a download is a stale formula or stale cask, but not both.
-
JakeConnors376W authored
-
JakeConnors376W authored
-
dana authored
Fixes #5839 - Eliminate reliance on external utility calls for cache invalidation - Update cache policy to also invalidate if cache file is >=2 weeks old or if tap indexes are non-existent - Do not override any cache policy the user might already have set - Handle default cache policy determination as early as possible to ensure that a default is set appropriately for all helpers (this will mostly be useful if other helpers need caching in the future)
-
Mike McQuaid authored
Bump unicode-display_width from 1.4.1 to 1.5.0 in /docs
-
- Mar 05, 2019
-
-
dependabot[bot] authored
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/janlelis/unicode-display_width/releases) - [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.4.1...v1.5.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump i18n from 1.5.3 to 1.6.0 in /Library/Homebrew
-
Mike McQuaid authored
outdated & tap-info: set default value for --json
-
Mike McQuaid authored
-
Mike McQuaid authored
This means the output is consistent and ensures that we get rid of any local cruft when installing.
-
JakeConnors376W authored
-
Mike McQuaid authored
docs: linkify some links
-
EricFromCanada authored
Matching what's already been done for `brew info`.
-
Michka Popoff authored
utils/github: use tap.full_name
-
- Mar 04, 2019
-
-
FX Coudert authored
python_virtualenv_constants: upgrade virtualenv to 16.4.3
-