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 .
- 19 Dec, 2019 1 commit
-
-
Issy Long authored
-
- 14 Dec, 2019 1 commit
-
-
EricFromCanada authored
-
- 22 Nov, 2019 3 commits
-
-
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
-
- 06 Nov, 2019 1 commit
-
-
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
-
- 31 Oct, 2019 2 commits
- 15 Oct, 2019 1 commit
-
-
Mike McQuaid authored
Some arriving, some leaving.
-
- 03 Oct, 2019 2 commits
-
-
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
-
- 27 Sep, 2019 1 commit
-
-
Dawid Dziurla authored
-
- 25 Sep, 2019 2 commits
-
-
Dawid Dziurla authored
-
Dawid Dziurla authored
-
- 24 Sep, 2019 1 commit
-
-
Dawid Dziurla authored
-
- 20 Sep, 2019 1 commit
-
-
Dawid Dziurla authored
-
- 14 Sep, 2019 1 commit
-
-
Markus Reiter authored
-
- 03 Sep, 2019 1 commit
-
-
Rui Chen authored
-
- 26 Aug, 2019 1 commit
-
-
EricFromCanada authored
-
- 21 Aug, 2019 1 commit
-
-
EricFromCanada authored
-
- 20 Aug, 2019 1 commit
-
-
EricFromCanada authored
-
- 19 Aug, 2019 1 commit
-
-
Jonathan Chang authored
-
- 28 Jul, 2019 1 commit
-
-
Mike McQuaid authored
Fixes #6300
-
- 27 Jul, 2019 1 commit
-
-
Doug Hogan authored
-
- 27 May, 2019 1 commit
-
-
Issy Long authored
-
- 18 May, 2019 1 commit
-
-
Maik Riechert authored
-
- 07 May, 2019 2 commits
-
-
Mike McQuaid authored
-
dalance authored
-
- 25 Apr, 2019 1 commit
-
-
Thierry Moisan authored
bump-revision will increase by one the revision or add "revision 1" if it doesn't exist.
-
- 02 Apr, 2019 2 commits
-
-
Mike McQuaid authored
-
Mike McQuaid authored
People are using this instead of adjusting their PATH.
-
- 01 Apr, 2019 1 commit
-
-
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.
-
- 20 Mar, 2019 1 commit
-
-
kiendang authored
-
- 17 Mar, 2019 1 commit
-
-
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.
-
- 15 Mar, 2019 1 commit
-
-
EricFromCanada authored
And update docs.
-
- 14 Mar, 2019 2 commits
-
-
EricFromCanada authored
-
EricFromCanada authored
-
- 13 Mar, 2019 1 commit
-
-
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
-
- 12 Mar, 2019 1 commit
-
-
EricFromCanada authored
Accounts for paragraph breaks and option descriptions. Also fixes some help text nits.
-
- 08 Mar, 2019 1 commit
-
-
EricFromCanada authored
-