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. Mar 13, 2017
  2. Mar 12, 2017
  3. Mar 06, 2017
  4. Mar 05, 2017
    • Mike McQuaid's avatar
      docs.brew.sh: use brew.sh theming. · eaf8cc1b
      Mike McQuaid authored
      Unfortunately there's no easy way to share this code with the brew.sh
      site but it's at least able to have the `css/`, `img/` (root) and
      `_layouts` directories in sync between the two repositories.
      
      Some small CSS tweaks were needed to make these pages render more
      attractively.
      eaf8cc1b
  5. Mar 01, 2017
  6. Feb 26, 2017
  7. Feb 25, 2017
  8. Feb 24, 2017
    • EricFromCanada's avatar
      Grammar fixes for docs · ca0071ff
      EricFromCanada authored
      Fixes to spelling and punctuation for consistency and readability.
      ca0071ff
    • EricFromCanada's avatar
      Fix broken or inactive URLs · 20bb0aae
      EricFromCanada authored
      Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
      angle brackets around them where appropriate. Also converted
      Markdown-linked URLs for clarity.
      20bb0aae
  9. Feb 12, 2017
  10. Feb 10, 2017
  11. Feb 09, 2017
  12. Feb 06, 2017
  13. Jan 30, 2017
  14. Jan 27, 2017
  15. Jan 17, 2017
    • Mike McQuaid's avatar
      Add `keg_only :versioned_formula`. · dac66c4a
      Mike McQuaid authored
      This is used to indicate a formula is a version of another formula.
      This will be used to provide a consistent interface for older formulae
      versions and replaces the use of `conflicts_with`.
      dac66c4a
  16. Jan 15, 2017
  17. Jan 14, 2017
  18. Jan 12, 2017
  19. 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
  20. Jan 07, 2017
  21. Jan 05, 2017
  22. Jan 04, 2017
  23. Jan 03, 2017
    • Mike McQuaid's avatar
      Set theme jekyll-theme-cayman · 824768e2
      Mike McQuaid authored
      824768e2
    • Mike McQuaid's avatar
      General documentation updates. · 91c09c5b
      Mike McQuaid authored
      Mostly related to the newer ways we’re handling versions and the
      incoming deprecation of devel-only, head-only and versions.
      91c09c5b
    • 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
  24. Dec 28, 2016
  25. 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