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. Oct 09, 2020
    • Mike McQuaid's avatar
      Reduce shallow clone usage · 2bdf3deb
      Mike McQuaid authored
      GitHub has requested we request our usage of shallow clones. As a
      result:
      
      - do default to shallow clones on CI
      - do not do --shallow-since when setting up new repositories in
        `brew update`
      - do not support shallow clones of homebrew-core at all
      
      We may consider in future unshallowing all clones unconditionally.
      Unverified
      2bdf3deb
  2. Sep 09, 2020
  3. Sep 08, 2020
  4. Jul 28, 2020
  5. Jun 18, 2020
  6. Jun 17, 2020
  7. May 15, 2020
  8. May 13, 2020
  9. May 11, 2020
  10. Apr 07, 2020
  11. Apr 03, 2020
  12. Apr 02, 2020
  13. Feb 13, 2020
  14. Jan 13, 2020
  15. Dec 30, 2019
  16. Dec 15, 2019
  17. Dec 02, 2019
  18. 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
  19. Aug 20, 2019
  20. Apr 14, 2019
  21. Mar 17, 2019
  22. Feb 25, 2019
  23. Feb 17, 2019
  24. Jan 31, 2019
  25. Jan 12, 2019
  26. Jan 09, 2019
    • Mike McQuaid's avatar
      Update deprecations · 170c5493
      Mike McQuaid authored
      - Add some `odeprecated`
      - Make some `odeprecated` now `odisabled`
      - Remove `odisabled` code.
      - Remove old update migrations
      - Remove GCC 4.0 compiler
      - Remove Tiger-only code
      - Remove 32-bit-only code
      - Remove use of LD64
      - Remove GCC 4.3 - 4.8 support.
      Unverified
      170c5493
  27. Nov 26, 2018
  28. Nov 15, 2018
  29. Oct 20, 2018
  30. Oct 08, 2018
  31. Oct 03, 2018
  32. Sep 14, 2018
  33. Sep 10, 2018
  34. Aug 11, 2018
  35. Jun 27, 2018
  36. Jun 26, 2018
  37. Apr 25, 2018
Loading