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 15, 2020
-
-
Gautham G authored
-
- Mar 14, 2020
-
-
Mike McQuaid authored
rubocop: set LineLength to 118.
-
- Mar 13, 2020
-
-
Jonathan Chang authored
diagnostic: add doctor check for CPU arch on Linux
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
GitHub diff UI wraps beyond 118 characters. This also allows enabling `Style/IfUnlessModifier` (which autocorrects).
-
- Mar 12, 2020
-
-
Mike McQuaid authored
diagnostic: check homebrew-core git status.
-
Mike McQuaid authored
upgrade: suggest full_name when appropriate.
-
Mike McQuaid authored
Also look in Homebrew/homebrew-core for uncommitted files (in some ways we care about uncommitted stuff there more than Homebrew/brew). Also, list all the modified files even when on non-CI to make it easier for users to figure out their own issues and check the contents of the whole repos rather than just a subdirectory. In general this is a cleanup that should have been done long ago (when we split Homebrew/brew and Homebrew/homebrew-core).
-
Mike McQuaid authored
Otherwise `brew install foo/bar/baz` when an older version of `baz` is installed will tell you to run `brew upgrade baz` which won't work.
-
- Mar 11, 2020
-
-
Mike McQuaid authored
build: bump unicode-display_width from 1.6.1 to 1.7.0 in /docs
-
dependabot-preview[bot] authored
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.6.1 to 1.7.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.6.1...v1.7.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
formulary: fix typo.
-
Mike McQuaid authored
"an commit" is not valid English.
-
Mike McQuaid authored
formulary: strengthen commit URL warning.
-
Mike McQuaid authored
formula_assertions: print output on assertion failed.
-
Mike McQuaid authored
man: include full help from external commands.
-
Mike McQuaid authored
build: bump octokit from 4.15.0 to 4.17.0 in /docs
-
dependabot-preview[bot] authored
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.15.0 to 4.17.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.15.0...v4.17.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Inspired by https://github.com/Homebrew/brew/issues/7148
-
Mike McQuaid authored
-
Mike McQuaid authored
Make clear these don't necessarily apply to all subcommands (see https://github.com/Homebrew/brew/issues/7121).
-
Mike McQuaid authored
cmd/uninstall: handle unparsed arguments.
-
Mike McQuaid authored
Inspired by https://github.com/Homebrew/brew/issues/7154
-
Mike McQuaid authored
Clarify tap issues should not be reported to Homebrew.
-
Mike McQuaid authored
If `Homebrew.args` hasn't yet been populated then `named` will return `nil`. Instead, ensure it is an array before we try to `join` it. This is pretty much only a test-time problem but has been causing flaky builds.
-
Mike McQuaid authored
desc: fix search options
-
Mike McQuaid authored
Instead, direct people to the actual tap.
-
EricFromCanada authored
-
Michka Popoff authored
rewrite_python_shebang: make version part optional
-
Michka Popoff authored
language/python: fix virtualenv symlinks for versioned Python
-
Michka Popoff authored
We forgot about the simplest case: /usr/bin/env python
-
Shaun Jackman authored
os/linux: implement sdk_path_if_needed
-
- Mar 10, 2020
-
-
Dawid Dziurla authored
-
Bo Anderson authored
-
Mike McQuaid authored
add https checking for links
-
Mike McQuaid authored
When doing `brew test --verbose` (as `brew test-bot` does) ensure that the output is printed when an assertion fails to more easily debug the test failure.
-
Mike McQuaid authored
formula: ensure CMake uses the desired SDK
-
Sean Molenaar authored
-
Bo Anderson authored
-
Mike McQuaid authored
patch: add support for changing directory
-