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. May 22, 2017
  2. May 18, 2017
  3. May 13, 2017
    • Mike McQuaid's avatar
      More environment filtering tweaks · 8205e61e
      Mike McQuaid authored
      - only document HOMEBREW_* variables in the manpage (although still
        read from all the original environment variables).
      - resort manpage environment variables in alphabetical order
      - check the original path for trailing slashes
      8205e61e
  4. May 03, 2017
  5. Apr 20, 2017
  6. Apr 18, 2017
  7. Apr 02, 2017
  8. Mar 23, 2017
  9. Mar 16, 2017
  10. Mar 15, 2017
  11. Mar 12, 2017
  12. Mar 06, 2017
  13. Mar 01, 2017
  14. Feb 26, 2017
  15. Feb 25, 2017
  16. Feb 12, 2017
  17. Feb 09, 2017
  18. Feb 06, 2017
  19. Jan 30, 2017
  20. Jan 27, 2017
  21. Jan 23, 2017
  22. Jan 15, 2017
  23. Jan 12, 2017
  24. Jan 09, 2017
    • Mike McQuaid's avatar
      Deprecate brew (un)linkapps. · f5b63f4a
      Mike McQuaid authored
      Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight
      using either aliases or symlinks and Homebrew formulae do not build
      "proper" `.app` bundles that can be relocated. Instead, please consider
      using `brew cask` and migrate formulae using `.app`s to casks.
      f5b63f4a
  25. Jan 04, 2017
  26. Jan 03, 2017
    • Mike McQuaid's avatar
      bottles: --force-bottle feigns or_later. · 79f9896d
      Mike McQuaid authored
      When reproducing issues with software that hasn’t been bottled yet on
      your version of macOS it can sometimes be helpful to use `or_later`
      bottle functionality i.e. just use the bottle for the latest version of
      macOS available. This maps well to the existing `--force-bottle`
      argument so it will now act as if the latest bottle has a `or_later`
      ending.
      79f9896d
  27. Dec 30, 2016
  28. Dec 20, 2016
    • Tom Schoonjans's avatar
      brew create: add meson support · cc09bb14
      Tom Schoonjans authored
      meson is quickly gaining popularity as build system, in combination with
      ninja. Several Gnome projects for example are currently transitioning
      from autotools to meson, mostly because it allows for Visual Studio
      builds, which is impossible to accomplish with autotools.
      
      In order to facilitate generating meson based Formulas, I added support
      for meson to brew-create.
      cc09bb14
Loading