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 .
- Jul 31, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 29, 2020
-
-
Rylan Polster authored
-
Mike McQuaid authored
This should allow better handling flaky tests.
-
- Jul 28, 2020
-
-
Mike McQuaid authored
This should help with cases like https://github.com/Homebrew/homebrew-bundle/issues/751 and is good practise in general. Also, document the `brew update --preinstall` flag that is being used here so others can run it manually e.g. as part of CI if needed.
-
Dawid Dziurla authored
-
Markus Reiter authored
-
- Jul 27, 2020
-
-
Mike McQuaid authored
- make `brew readall` only check Homebrew/brew syntax with no tap passed. - pass specified tap to `brew readall` test for speed - only shell out once in `FormulaInfo` test for speed
-
- Jul 24, 2020
-
-
Dustin Rodrigues authored
-
- Jul 21, 2020
-
-
William Ma authored
Co-authored-by:
Eric Knibbe <enk3@outlook.com>
-
Seeker authored
-
- Jul 20, 2020
-
-
Seeker authored
-
- Jul 18, 2020
-
-
Seeker authored
-
- Jul 17, 2020
-
-
William Ma authored
-
Bo Anderson authored
-
Jonathan Chang authored
-
- Jul 16, 2020
-
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Seeker authored
-
- Jul 09, 2020
-
-
William Ma authored
-
lionellloh authored
-
Lionell authored
-
- Jul 07, 2020
-
-
lionellloh authored
-
- Jul 06, 2020
-
-
Dawid Dziurla authored
-
- Jul 05, 2020
-
-
Jonathan Chang authored
-
- Jul 03, 2020
-
-
Dawid Dziurla authored
-
- Jul 01, 2020
-
-
Jonathan Chang authored
-
- Jun 30, 2020
-
-
lionellloh authored
-
- Jun 29, 2020
-
-
EricFromCanada authored
-
- Jun 26, 2020
-
-
Dario Vladovic authored
-
EricFromCanada authored
-
- Jun 25, 2020
-
-
lionellloh authored
-
- Jun 23, 2020
-
-
William Ma authored
-
William Ma authored
-
- Jun 21, 2020
-
-
Jonathan Chang authored
-
- Jun 19, 2020
-
-
lionellloh authored
-
Sean Molenaar authored
-
- Jun 08, 2020
-
-
Mike McQuaid authored
This is really, really slow at the moment for a few reasons: - it goes through the list of revisions twice - it checks many more revisions than it needs to Even after these improvements it's still by far the slowest audit so am also making it a `--git` only audit. Additionally, to further improve default `brew audit` performance do not run `brew style` checks when doing `brew audit` with no arguments. `brew style` can be run quickly and efficiently on all of a tap (and is cached) so no need to duplicate it here.
-
- Jun 05, 2020
-
-
Mike McQuaid authored
We no longer use this and `hub checkout` does what we want better.
-