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. 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
  3. Aug 20, 2019
  4. Jul 28, 2019
  5. May 18, 2019
  6. May 07, 2019
  7. Feb 13, 2019
  8. Feb 05, 2019
    • Mike McQuaid's avatar
      Note leadership changes · 947b9096
      Mike McQuaid authored
      Today the Homebrew maintainers elected a new PLC, TSC and project lead.
      Documentation is to follow detailing exactly the responsibilities for
      each of these roles but adjust these to reflect the current state until
      that point.
      Unverified
      947b9096
  9. Feb 03, 2019
  10. Jan 31, 2019
  11. Jan 24, 2019
  12. Jan 15, 2019
  13. Jan 12, 2019
  14. 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
  15. Jan 04, 2019
  16. Dec 04, 2018
  17. Dec 01, 2018
  18. Nov 26, 2018
  19. Nov 11, 2018
  20. Oct 27, 2018
  21. Oct 06, 2018
    • EricFromCanada's avatar
      docs: distinguish <code> and <var> in HTML output · b2b8f632
      EricFromCanada authored
      Replace <var> tags with markup for italicized monospaced text in Markdown.
      This requires the source to not combine bracketed and backticked text.
      b2b8f632
    • EricFromCanada's avatar
      docs: fix Official External Commands section · 997a2078
      EricFromCanada authored
      Work around ronn's inability to nest indents within list items by modifying its output to add a line break and indent after lines ending with a colon that aren't a list item's first line. This allows `brew.1.md.erb` to join the commands' help text without extra line breaks, which avoids the issue where kramdown was turning any command specs containing pipe characters into tables in the HTML output.
      997a2078
  22. Oct 03, 2018
  23. Aug 14, 2018
  24. Aug 08, 2018
  25. Aug 07, 2018
  26. Aug 03, 2018
  27. Aug 02, 2018
  28. Jul 24, 2018
  29. Jul 20, 2018
    • Mike McQuaid's avatar
      Add HOMEBREW_FORCE_BOTTLE variable · 3e93d4c6
      Mike McQuaid authored
      This does the equivalent of always passing `--force-bottle`. This will
      be enabled by default on Mojave to allow people to avoid building
      everything from source until our porting and bottling is a bit further
      along.
      3e93d4c6
  30. Jul 06, 2018
    • Afnan Enayet's avatar
      Update documentation and generate manpage · 72735aef
      Afnan Enayet authored
      * update references in `--cc` flag, using modern gcc examples
      * note that issues should not be filed if `--cc` flag is used
      * remove reference to `HOMEBREW_CC` as it should not be exposed to users
      * generate manpages using `brew man` with these changes
      Unverified
      72735aef
  31. Jul 02, 2018
  32. Jun 26, 2018
Loading