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 18, 2020
  2. Jul 17, 2020
  3. Jul 16, 2020
  4. Jul 09, 2020
  5. Jul 07, 2020
  6. Jul 06, 2020
  7. Jul 05, 2020
  8. Jul 01, 2020
  9. Jun 30, 2020
  10. Jun 29, 2020
  11. Jun 26, 2020
  12. Jun 25, 2020
  13. Jun 23, 2020
  14. Jun 21, 2020
  15. Jun 19, 2020
  16. 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.
      2a94d382
  17. Jun 05, 2020
  18. May 30, 2020
  19. May 20, 2020
  20. May 18, 2020
  21. May 14, 2020
  22. May 07, 2020
    • Mike McQuaid's avatar
      shellenv: recommend .bash_profile · c05b3a75
      Mike McQuaid authored
      Fixes #7516
      c05b3a75
    • Dawid Dziurla's avatar
      pr-automerge: match only approved PRs by default · 6fa09ab0
      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: default avatarEric Knibbe <enk3@outlook.com>
      6fa09ab0
  23. Apr 21, 2020
  24. Apr 20, 2020
  25. Apr 19, 2020
  26. 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`.
      5e2351cd
  27. Apr 14, 2020
  28. Apr 13, 2020
Loading