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. Dec 19, 2019
  2. Dec 14, 2019
  3. Nov 22, 2019
  4. Nov 06, 2019
  5. Oct 31, 2019
  6. Oct 15, 2019
  7. Oct 03, 2019
    • Mike McQuaid's avatar
      Improve speed of HOMEBREW_AUTO_UPDATE_SECS · 8ff2e9ae
      Mike McQuaid authored
      This variable allows a user to configure how often `brew update` runs.
      With the previous implementation, however, it was still pretty slow as
      it would run some of `brew update` even within the timeout. This feels
      related to complaints about Homebrew "feeling slow" since we enabled
      this. Address this by:
      
      - making `HOMEBREW_AUTO_UPDATE_SECS` behave more like
        `HOMEBREW_NO_AUTO_UPDATE` and entirely skip the invocation of
        `brew update` if the relevant tap (homebrew-core or homebrew-cask
        depending on command invoked) has been checked in the last
        `HOMEBREW_AUTO_UPDATE_SECS`
      - Only require/check the update of a single tap rather than every tap
      - Increase the default value of `HOMEBREW_AUTO_UPDATE_SECS` from 1m
        to 5m to cut people a bit more slack. We're not updating things
        often enough for 1m not to feel a bit overkill and 5m feels
        appropriate for a Homebrew "session" to only require a single update.
      Unverified
      8ff2e9ae
    • Dawid Dziurla's avatar
      cat: look for HOMEBREW_BAT · 25454a92
      Dawid Dziurla authored
      Unverified
      25454a92
  8. Sep 27, 2019
  9. Sep 25, 2019
  10. Sep 24, 2019
  11. Sep 20, 2019
  12. Sep 14, 2019
  13. Sep 03, 2019
  14. Aug 26, 2019
  15. Aug 21, 2019
  16. Aug 20, 2019
  17. Aug 19, 2019
  18. Jul 28, 2019
  19. Jul 27, 2019
  20. May 27, 2019
  21. May 18, 2019
  22. May 07, 2019
  23. Apr 25, 2019
  24. Apr 02, 2019
  25. Apr 01, 2019
    • Mike McQuaid's avatar
      Deprecate tap pinning · 7d26a61c
      Mike McQuaid authored
      Tap pinning is not used by Homebrew or the Homebrew maintainers so issues relating to pinned taps (#5418, #5796) don’t get fixed. Tap pinning does not work consistently or reliably and is conceptually confusing to encourage users to use fully-scoped user/tap/formula naming or avoid shadowing core tap formulae' names instead.
      Unverified
      7d26a61c
  26. Mar 20, 2019
  27. Mar 17, 2019
  28. Mar 15, 2019
  29. Mar 14, 2019
  30. Mar 13, 2019
  31. Mar 12, 2019
  32. Mar 08, 2019
Loading