Skip to content
Snippets Groups Projects
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 .
  1. Jul 05, 2020
  2. Jul 01, 2020
  3. Jun 30, 2020
  4. Jun 29, 2020
  5. Jun 26, 2020
  6. Jun 25, 2020
  7. Jun 23, 2020
  8. Jun 21, 2020
  9. Jun 19, 2020
  10. Jun 08, 2020
    • Mike McQuaid's avatar
      audit: make audit_revision_and_version_scheme faster. · 2a94d382
      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.
      Unverified
      2a94d382
  11. Jun 05, 2020
  12. May 30, 2020
  13. May 20, 2020
  14. May 18, 2020
  15. May 14, 2020
  16. May 07, 2020
  17. Apr 21, 2020
  18. Apr 20, 2020
  19. Apr 19, 2020
  20. Apr 16, 2020
    • Mike McQuaid's avatar
      dev-cmd/audit: add --skip-style option. · 5e2351cd
      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`.
      Unverified
      5e2351cd
  21. Apr 14, 2020
  22. Apr 13, 2020
  23. Apr 12, 2020
    • Issy Long's avatar
      pull: Remove `--bottle` flag · 3e2f183c
      Issy Long authored
      - Muscle memory is a thing, as is relying heavily on one's shell
        history. Now that the Jenkins runners are gone, `brew pull --bottle`
        no longer works. This removes the option. If maintainers are confused,
        they should [look at recent changes to the
        docs](https://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors#bottling),
        or ask in Slack.
      - An earlier iteration of this showed a deprecation warning and a link
        to the docs, but when an option no longer physically works it's a bit
        late for deprecation *warnings*.
      - This also fixes a `brew style` warning from futher up in the file.
      
      pull: Appease RuboCop
      Unverified
      3e2f183c
    • Dawid Dziurla's avatar
      pr-*: only unique named args · 08309749
      Dawid Dziurla authored
      also tweak usage to show that the commands accept multiple arguments
      Unverified
      08309749
  24. Apr 11, 2020
  25. Apr 09, 2020
  26. Apr 07, 2020
  27. Mar 31, 2020
Loading