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 24, 2017
  2. May 08, 2017
  3. May 07, 2017
    • Mike McQuaid's avatar
      Tweak Gem vendoring. · 33f83be1
      Mike McQuaid authored
      If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather
      confusing fashion. Instead, run `bundle` for them with the arguments
      that they'd want.
      
      Also, move `macho` requires into the module itself; it's a pain having
      to do everything for Bundler before requiring `pathname` which is a core
      Ruby class.
      33f83be1
  4. May 03, 2017
  5. Apr 27, 2017
  6. Apr 26, 2017
  7. Feb 21, 2017
  8. Feb 12, 2017
  9. Jan 17, 2017
  10. Nov 10, 2016
  11. Nov 07, 2016
  12. Nov 03, 2016
  13. Oct 27, 2016
  14. Oct 19, 2016
  15. Oct 13, 2016
  16. Oct 11, 2016
  17. Oct 10, 2016
  18. Oct 08, 2016
  19. Oct 01, 2016
  20. Sep 24, 2016
  21. Sep 23, 2016
  22. Sep 22, 2016
    • Mike McQuaid's avatar
      Use git describe to get the HOMEBREW_VERSION. · f0e9292a
      Mike McQuaid authored
      For tagged commits produces the output:
      - `1.0.1`
      
      For untagged commits with a dirty tree produces the output:
      - `1.0.1-19-g23efbc5-dirty`
      
      Performance:
      ```
      git describe --tags --dirty 2> /dev/null
      0.07s user 0.01s system 96% cpu 0.086 total
      ```
      
      This means we can tag any commit without needing to manually remember
      to bump the revision every time.
      f0e9292a
  23. Sep 21, 2016
  24. Sep 20, 2016
    • Mike McQuaid's avatar
      update-report: migrate on newer auto-update. · 2ecd73bc
      Mike McQuaid authored
      If we have a `brew.sh` which has set
      `HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION` then let's allow an auto-update
      migration. That's because it contains the fix below it _before_ the
      update happened which means the auto-update won't fail in the same way
      as if updating from an old version.
      2ecd73bc
    • Alyssa Ross's avatar
      Use user GEM_HOME for installing gems · 4c773725
      Alyssa Ross authored
      Save the value of GEM_HOME before unsetting it,
      and resetting it when setting up a gem environment.
      
      Fixes #944.
      4c773725
  25. Sep 19, 2016
    • Mike McQuaid's avatar
      brew.sh: fix repository auto-update change. · c30665af
      Mike McQuaid authored
      On auto-update `HOMEBREW_LIBRARY` may change location which means that
      it won't be found for the actual install command. Look for this having
      occurred and then set the new `HOMEBREW_LIBRARY` (and
      `HOMEBREW_REPOSITORY`) accordingly.
      c30665af
    • Mike McQuaid's avatar
      Use new "macOS" naming where appropriate. · 3f9cce0a
      Mike McQuaid authored
      Not quite a mass replacement as I've used OS X and Mac OS X where
      describing specific older versions and added compatibility methods
      for things in the DSL.
      3f9cce0a
  26. Sep 09, 2016
  27. Sep 08, 2016
  28. Sep 05, 2016
  29. Sep 02, 2016
  30. Aug 27, 2016
  31. Aug 26, 2016
  32. Aug 24, 2016
    • Mike McQuaid's avatar
      brew.sh: don't require /usr/local/Cellar creation. · eabc8a25
      Mike McQuaid authored
      If you're using e.g. a `/usr/local/homebrew` prefix then don't require
      the `/usr/local/Cellar` to be manually created to avoid e.g.
      `/usr/local/homebrew/Cellar` being used. Let's do all we can to let
      people use this `Cellar` location as it means they can put their
      repository wherever they like and still use all our bottles.
      eabc8a25
  33. Aug 15, 2016
Loading