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 .
- Dec 19, 2019
-
-
Issy Long authored
- Without this, `brew man` produces a lowercasing diff that violates Vale's rules. - Also run `brew man` to test this out, and that updated some dates to December.
-
- Dec 14, 2019
-
-
EricFromCanada authored
-
- Nov 22, 2019
-
-
Mike McQuaid authored
This will improve the output and ease of parsing while allowing code to be removed from brew-test-bot which relates only to a single repo (this one).
-
Maxim Belkin authored
-
EricFromCanada authored
-
- 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
-
- Oct 31, 2019
-
-
R Primus authored
-
- Oct 15, 2019
-
-
Mike McQuaid authored
Some arriving, some leaving.
-
- Oct 03, 2019
-
-
Mike McQuaid authored
This variable allows a user to configure how often `brew update` runs. With the previous implementation, however, it was still pretty slow as it would run some of `brew update` even within the timeout. This feels related to complaints about Homebrew "feeling slow" since we enabled this. Address this by: - making `HOMEBREW_AUTO_UPDATE_SECS` behave more like `HOMEBREW_NO_AUTO_UPDATE` and entirely skip the invocation of `brew update` if the relevant tap (homebrew-core or homebrew-cask depending on command invoked) has been checked in the last `HOMEBREW_AUTO_UPDATE_SECS` - Only require/check the update of a single tap rather than every tap - Increase the default value of `HOMEBREW_AUTO_UPDATE_SECS` from 1m to 5m to cut people a bit more slack. We're not updating things often enough for 1m not to feel a bit overkill and 5m feels appropriate for a Homebrew "session" to only require a single update.
-
Dawid Dziurla authored
-
- Sep 27, 2019
-
-
Dawid Dziurla authored
-
- Sep 25, 2019
-
-
Dawid Dziurla authored
-
Dawid Dziurla authored
-
- Sep 24, 2019
-
-
Dawid Dziurla authored
-
- Sep 20, 2019
-
-
Dawid Dziurla authored
-
- Sep 14, 2019
-
-
Markus Reiter authored
-
- Sep 03, 2019
-
-
Rui Chen authored
-
- Aug 26, 2019
-
-
EricFromCanada authored
-
- Aug 21, 2019
-
-
EricFromCanada authored
-
- Aug 20, 2019
-
-
EricFromCanada authored
-
- Aug 19, 2019
-
-
Jonathan Chang authored
-
- Jul 28, 2019
-
-
Mike McQuaid authored
Fixes #6300
-
- Jul 27, 2019
-
-
Doug Hogan authored
-
Doug Hogan authored
-
- May 27, 2019
-
-
Issy Long authored
-
- May 18, 2019
-
-
Maik Riechert authored
-
- May 07, 2019
-
-
Mike McQuaid authored
-
dalance authored
-
- Apr 25, 2019
-
-
Thierry Moisan authored
bump-revision will increase by one the revision or add "revision 1" if it doesn't exist.
-
- Apr 02, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
People are using this instead of adjusting their PATH.
-
- 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.
-
- Mar 20, 2019
-
-
kiendang authored
-
- Mar 17, 2019
-
-
Mike Miller authored
When reading the comment header of a shell command, omit options that are in Homebrew::CLI::Parser.global_options, since they are documented separately for all commands.
-
- Mar 15, 2019
-
-
EricFromCanada authored
And update docs.
-
- Mar 14, 2019
-
-
EricFromCanada authored
-
EricFromCanada authored
-
- Mar 13, 2019
-
-
Mike McQuaid authored
This is a clearer branding for us to use. Also, as part of testing this, make some fixes to Jekyll in the docs folder. Fixes #5835
-
- Mar 12, 2019
-
-
EricFromCanada authored
Accounts for paragraph breaks and option descriptions. Also fixes some help text nits.
-
- Mar 08, 2019
-
-
EricFromCanada authored
-