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. Nov 21, 2020
  2. Nov 20, 2020
  3. Nov 19, 2020
  4. Nov 18, 2020
    • Markus Reiter's avatar
      Support casks in `brew audit`. · 24cef5c2
      Markus Reiter authored
      24cef5c2
    • Mike McQuaid's avatar
      Improve `brew install --quiet` · caae165e
      Mike McQuaid authored
      - Suppress (some more) warnings when doing `brew install --quiet`
      - Clarify `man brew` output that we don't suppress all warnings
        for all commands with `--quiet`
      
      While I was doing this I noticed references to the (soon to be
      deprecated) `brew switch` so:
      - remove these references in `install` output
      - remove a reference in the documentation
      - add a comment to remind me to deprecate `brew diy`, too
      
      Fixes #9179
      Unverified
      caae165e
  5. Nov 17, 2020
  6. Nov 16, 2020
  7. Nov 13, 2020
    • metacollin's avatar
      Turbocharged formula name completion · b04a5ffa
      metacollin authored
      b04a5ffa
    • Markus Reiter's avatar
      Add more type signatures. · da9289ef
      Markus Reiter authored
      da9289ef
    • Shaun Jackman's avatar
      docs/Installation.md: Fix a small typo · 26c4dc95
      Shaun Jackman authored
      26c4dc95
    • Mike McQuaid's avatar
      Handle macOS Homebrew on ARM · 5afff3f3
      Mike McQuaid authored
      - Output `brew doctor` and `brew install` messages noting this configuration is (currently) unsupported and encourage use of Rosetta instead
      - Output Rosetta 2 usage in `brew config` on ARM (whether in Rosetta 2 or not)
      - Check the architecture of (newly installed) dependencies and ensure they are using the correct architecture.
      - Don't allow installing macOS Intel Homebrew in macOS ARM Homebrew default prefix (and vice versa
      - Actually write out the architecture of dependencies to the tab rather than generating and throwing them away
      - Set and document the expected default prefix for macOS Intel Homebrew, macOS ARM Homebrew (`/opt/homebrew`) and Homebrew on Linux
      
      While we're here:
      - Don't say Big Sur is a prerelease version but still make it clear we
        don't support it (yet).
      - Don't reference non-existent IRC channel
      Unverified
      5afff3f3
  8. Nov 07, 2020
  9. Nov 05, 2020
  10. Nov 04, 2020
  11. Nov 03, 2020
    • Mike McQuaid's avatar
      list: fix flag handling. · 5adb76a5
      Mike McQuaid authored
      Fix `-1` and other flags so they're handled correctly with casks. Use
      the "right" exceptions for declaring invalid combinations and change
      their parent class so that `--help` is printed nicely too.
      
      Fixes #9033
      Unverified
      5adb76a5
  12. Nov 02, 2020
  13. Oct 31, 2020
  14. Oct 29, 2020
    • Mike McQuaid's avatar
      Improve @-versioned formulae linking. · 849034c3
      Mike McQuaid authored
      The way we currently handle @-versioned formulae linking is pretty
      labourius:
      - it requires extensive use of `link_overwrite` to avoid the `link`
        stage failing on certain install/upgrade scenarios
      - we teach people to use `brew link --force` whenever they wish to
        link a versioned formulae when it's pretty obvious what's expected
        in that situation
      
      Instead, let's:
      - automatically unlink other versioned formulae when linking a
        versioned formula (either through `brew link` or `install`/`upgrade`
        /`reinstall`)
      - notify the user what we've done (with the same messaging as if
        they had run `brew link` manually)
      Unverified
      849034c3
  15. Oct 28, 2020
  16. Oct 26, 2020
  17. Oct 23, 2020
  18. Oct 22, 2020
Loading