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 .
- Oct 09, 2020
-
-
Markus Reiter authored
-
- Sep 04, 2020
-
-
Markus Reiter authored
-
- Sep 03, 2020
-
-
Mike McQuaid authored
Do the usual "disable deprecations" and "uncomment pending deprecations" dance and delete/deprecate/disable relevant/related code.
-
- Aug 29, 2020
-
-
Seeker authored
-
- Aug 26, 2020
-
-
Markus Reiter authored
-
- Aug 20, 2020
-
-
Bo Anderson authored
-
- Aug 06, 2020
-
-
Markus Reiter authored
-
- Jul 30, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jun 27, 2020
-
-
Michka Popoff authored
The error message might be useless alone
-
- May 29, 2020
-
-
Mike McQuaid authored
Installation of formulae from URLs has many attack vectors and is fundamentally insecure, unsupported, regularly recommended against and generally a terrible idea. There's plenty of ways to take that URL, manually verify it and put it somewhere that Homebrew does support so let's deprecate this way of doing things.
-
- May 23, 2020
-
-
Mike McQuaid authored
Replace with `Homebrew.args.debug?`. Part of #5730.
-
- May 22, 2020
-
-
Mike McQuaid authored
-
Mike McQuaid authored
This matches what `cask_loader` does and is low risk given we no longer allow tap pinning. Fixes #7626
-
- May 18, 2020
-
-
Mike McQuaid authored
Add more deprecations, disable deprecations and remove disabled code.
-
- May 06, 2020
-
-
Bob Wombat Hogg authored
I interpreted the existing message as meaning "you don't pin a tap any more, rather you pin a specific formula from that tap". I.e. the command still worked, but it had to be done on a per-formula basis (eg. `brew tap-pin linuxbrew/xorg/mesa` instead of just `brew tap-pin linuxbrew/xorg`) IMO, this makes it clearer that the command itself is no longer supported.
-
- Apr 07, 2020
-
-
Mike McQuaid authored
-
- Mar 11, 2020
-
-
Mike McQuaid authored
"an commit" is not valid English.
-
Mike McQuaid authored
Inspired by https://github.com/Homebrew/brew/issues/7154
-
- Nov 06, 2019
-
-
Mike McQuaid authored
- Make all `odeprecated` from 2.1.0 `odisabled` instead - Remove dead code that won't be run now - Remove (unused) `or_later` handling for bottles
-
Mike McQuaid authored
-
- Aug 19, 2019
-
-
Jonathan Chang authored
-
- May 07, 2019
-
-
Mike McQuaid authored
This will provide a better experience to users rather than a URL that will likely break in future.
-
- Apr 30, 2019
-
-
Mike McQuaid authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Apr 01, 2019
-
-
Mike McQuaid authored
Tap pinning is not used by Homebrew or the Homebrew maintainers so issues relating to pinned taps (#5418, #5796) don’t get fixed. Tap pinning does not work consistently or reliably and is conceptually confusing to encourage users to use fully-scoped user/tap/formula naming or avoid shadowing core tap formulae' names instead.
-
- Feb 21, 2019
-
-
Mike McQuaid authored
-
- Oct 19, 2018
-
-
EricFromCanada authored
-
- Sep 17, 2018
-
-
Markus Reiter authored
-
- Sep 11, 2018
-
-
Markus Reiter authored
-
- Sep 03, 2018
-
-
Mike McQuaid authored
And `NoMethodError` is a type of `NameError`.
-
Mike McQuaid authored
Adjust the rules based on the current codebase. Remove various enable, disables and default values that are unnecessary. Add more comments explaining why. Make minor changes needed to enable a few more rules.
-
- Aug 01, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 16, 2018
-
-
Mike McQuaid authored
This makes formulae unreadable. See https://discourse.brew.sh/t/error-in-mpfr-2-formula/2575.
-
Mike McQuaid authored
Reraise as a `FormulaUnreadableError` as these are formulae that have mistakes that cannot be trivially repaired. Fixes #4475. Fixes #4476.
-
- Jul 14, 2018
-
-
Mike McQuaid authored
- Turn more old `odeprecated` into `odisabled` - Remove more old `odisabled` - Remove code for older Ruby versions
-
- Jul 05, 2018
-
-
Markus Reiter authored
-
- Jun 07, 2018
-
-
Andrew Janke authored
-