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 25, 2021
-
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v1.4.0...v1.4.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Jonathan Chang authored
completions/zsh: fix broken zsh tab completion for `brew upgrade`
-
Seeker authored
-
- Jan 24, 2021
-
-
Rylan Polster authored
Add brew release command
-
- Jan 23, 2021
-
-
Rylan Polster authored
-
Seeker authored
os/mac/version: update method signatures
-
Seeker authored
-
- Jan 22, 2021
-
-
Mike McQuaid authored
cmd/cleanup: add description about all to --prune
-
Mike McQuaid authored
tests: make macOS tests require a passing syntax job.
-
hyuraku authored
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.6223 to 0.5.6225 in /Library/Homebrew
-
Mike McQuaid authored
software_spec: change BottleSpecification#checksums to return array
-
Mike McQuaid authored
Fix HOMEBREW_BOOTSNAP setup
-
Seeker authored
-
Jonathan Chang authored
version: fix type signature
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6223 to 0.5.6225. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Seeker authored
utils/git_repository: add `::git_branch` and `::git_commit_message`
-
Rylan Polster authored
-
Rylan Polster authored
-
Rylan Polster authored
-
Rylan Polster authored
Don't tap user-untapped official taps
-
Mike McQuaid authored
- rename to `homebrew_bootsnap.rb` to avoid conflicting with the `bootsnap.rb` we need to `require` - if the `require` fails: run bundler (until we vendor this gem)
-
Mike McQuaid authored
The syntax job is quick (takes 1m) and this avoids running the long macOS job (for which we have a limited number of workers) unless it has passed.
-
- Jan 21, 2021
-
-
Mike McQuaid authored
cleanup: raise failures and handle later.
-
Mike McQuaid authored
Move HOMEBREW_AUTO_UPDATE_SECS default definition
-
Mike McQuaid authored
Add HOMEBREW_BOOTSNAP to optionally use Bootsnap
-
Rylan Polster authored
-
Mike McQuaid authored
This ensure it'll always be set to a value. Fixes https://github.com/Homebrew/brew/issues/10386
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.6216 to 0.5.6223 in /Library/Homebrew
-
Mike McQuaid authored
build(deps): bump concurrent-ruby from 1.1.7 to 1.1.8 in /Library/Homebrew
-
Mike McQuaid authored
fix `brew shellenv` on fish
-
Mike McQuaid authored
These are already handled and outputted as a group in `cmd/cleanup.rb`. Fixes https://github.com/Homebrew/brew/issues/10379
-
Mike McQuaid authored
> Bootsnap is a library that plugs into Ruby, with optional support > for ActiveSupport and YAML, to optimize and cache expensive > computations. https://github.com/Shopify/bootsnap For our case that translates to "repeated calls to `brew` have reductions in the time spend `require`ing speeding up the process boot time". For example: ``` $ hyperfine --warmup=2 "unset HOMEBREW_BOOTSNAP; brew info wget" "export HOMEBREW_BOOTSNAP=1; brew info wget" Benchmark #1: unset HOMEBREW_BOOTSNAP; brew info wget Time (mean ± σ): 2.417 s ± 0.032 s [User: 659.0 ms, System: 855.5 ms] Range (min … max): 2.382 s … 2.464 s 10 runs Benchmark #2: export HOMEBREW_BOOTSNAP=1; brew info wget Time (mean ± σ): 1.862 s ± 0.064 s [User: 425.3 ms, System: 566.8 ms] Range (min … max): 1.736 s … 1.952 s 10 runs Summary 'export HOMEBREW_BOOTSNAP=1; brew info wget' ran 1.30 ± 0.05 times faster than 'unset HOMEBREW_BOOTSNAP; brew info wget' ```
-
Mike McQuaid authored
exceptions: more handling of nil status.
-
Mike McQuaid authored
completions/zsh: add-cask-option
-
Dawid Dziurla authored
install-bundler-gem: allow on ARM.
-
hyuraku authored
-