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. Feb 25, 2016
    • Mike McQuaid's avatar
      bin/brew: unset POSIX mode. · 61e9d43e
      Mike McQuaid authored
      We're using /bin/bash and not /bin/sh for a reason so don't allow users
      to override this (seen in Homebrew/homebrew#49514).
      
      Closes Homebrew/homebrew#49515.
      61e9d43e
  2. Feb 18, 2016
  3. Feb 16, 2016
    • Mike McQuaid's avatar
      bin/brew: move logic to Library. · 691e4aec
      Mike McQuaid authored
      
      `bin/brew` is getting a bit bloated and it's annoying to open all of
      `HOMEBREW_PREFIX` in your editor of choice and have it search through
      the `Cellar`. Let's instead keep the bare minimum in `bin/brew` and
      move the rest to `Library`.
      
      Closes Homebrew/homebrew#49185.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      691e4aec
  4. Feb 15, 2016
  5. Feb 04, 2016
  6. Jan 26, 2016
  7. Jan 20, 2016
  8. Jan 18, 2016
  9. Dec 23, 2015
    • Martin Afanasjew's avatar
      bin/brew: enforce UTF-8 locale · 8d3f33de
      Martin Afanasjew authored
      
      Everyone should be using a UTF-8 locale nowadays. Not using one causes
      issues like `brew doctor` failing while checking symbolic links that
      point at file names with non-ASCII characters, since OS X always uses
      Unicode for the file system.
      
      Rely on `locale charmap` to detect the currently selected encoding and
      if that's not UTF-8, override the user's choice (if any) by setting
      `LC_ALL` to `en_US.UTF-8`, the assumption being that every system has a
      usable `en_US.UTF-8` locale installed.
      
      Fixes Homebrew/homebrew#44744.
      Closes Homebrew/homebrew#47247.
      
      Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
      8d3f33de
  10. Dec 02, 2015
  11. Nov 20, 2015
  12. Nov 19, 2015
  13. Nov 26, 2014
  14. May 18, 2014
  15. May 03, 2014
  16. Feb 22, 2014
  17. Feb 22, 2013
Loading