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 26, 2020
  2. Nov 25, 2020
  3. Nov 07, 2020
  4. Nov 05, 2020
  5. Nov 04, 2020
  6. 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
  7. Nov 02, 2020
  8. Oct 31, 2020
  9. 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
  10. Oct 28, 2020
  11. Oct 26, 2020
  12. Oct 23, 2020
  13. Oct 22, 2020
  14. Oct 18, 2020
  15. Oct 16, 2020
  16. Oct 15, 2020
  17. Oct 13, 2020
  18. Oct 12, 2020
  19. Oct 11, 2020
  20. Oct 10, 2020
  21. Oct 09, 2020
  22. Oct 08, 2020
  23. Oct 06, 2020
  24. Oct 05, 2020
  25. Oct 04, 2020
Loading