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 18, 2020
-
-
Seeker authored
-
- Jul 17, 2020
-
-
Jonathan Chang authored
-
- Jul 16, 2020
-
-
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 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.
-
- May 30, 2020
-
-
Mike McQuaid authored
- add more detailed manpage section for external commands (more information moved from their READMEs) - add `brew test-bot` to the manpage
-
Mike McQuaid authored
This is deprecated in #7660.
-
- May 20, 2020
-
-
Daniel Bayley authored
-
- May 18, 2020
-
-
vidusheeamoli authored
-
- May 14, 2020
-
-
Shaun Jackman authored
-
- May 07, 2020
-
-
Mike McQuaid authored
Fixes #7516
-
Dawid Dziurla authored
Also remove default `--with-label` value and add `--without-approval` option. Reviews could be automatically dismissed on new commits pushed (there is an option for that in repository settings on Github). That is not the case for labels. They remain attached to a PR, even when new commits are pushed. This is undesirable and creates security concerns, because someone could introduce untested code just before the automerge happens. Co-authored-by:
Eric Knibbe <enk3@outlook.com>
-
- Apr 21, 2020
-
-
Shaun Jackman authored
-
- Apr 20, 2020
-
-
Dawid Dziurla authored
-
Mike McQuaid authored
Fixes #7320
-
Mike McQuaid authored
Remove more unused code.
-
Mike McQuaid authored
-
- Apr 19, 2020
-
-
Mike McQuaid authored
- remove Jenkins Testing support from `brew pull` - update reference to MacStadium Orka - remove reference to DigitalOcean
-
Dawid Dziurla authored
-
- Apr 16, 2020
-
-
Mike McQuaid authored
This will allow `brew style` and `brew audit` to be run separately without providing duplicates. Additionally, run RuboCop style rules when `--strict` isn't provided and remove a confusing reference to `style`.
-
- Apr 14, 2020
-
-
Mike McQuaid authored
None of these made sense as end-user commands.
-
- Apr 13, 2020
-
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-