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 31, 2020
  2. Jul 29, 2020
  3. Jul 28, 2020
  4. Jul 27, 2020
    • Mike McQuaid's avatar
      Speed up timing-out tests. · 04773806
      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
      Unverified
      04773806
  5. Jul 24, 2020
  6. Jul 21, 2020
  7. Jul 20, 2020
  8. Jul 18, 2020
  9. Jul 17, 2020
  10. Jul 16, 2020
  11. Jul 09, 2020
  12. Jul 07, 2020
  13. Jul 06, 2020
  14. Jul 05, 2020
  15. Jul 03, 2020
  16. Jul 01, 2020
  17. Jun 30, 2020
  18. Jun 29, 2020
  19. Jun 26, 2020
  20. Jun 25, 2020
  21. Jun 23, 2020
  22. Jun 21, 2020
  23. Jun 19, 2020
  24. 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
  25. Jun 05, 2020
Loading