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. Jun 08, 2016
    • Elliot Saba's avatar
      brew.rb: Don't ask `xcrun` for output if no CLT is installed (#334) · 2ca6dbbe
      Elliot Saba authored
      This avoids `xcrun` popups when installing Homebrew on a non-Xcode
      non-CLT machine.
      2ca6dbbe
    • Xu Cheng's avatar
      introduce global lock directory (#337) · 8d64b6a0
      Xu Cheng authored
      Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes
      it unsuitable to store global lock files on multiple users environment.
      
      Therefore, introducing a global lock directory `/Library/Lock.d` to
      store lock files from formula lockers as well as `brew update`.
      8d64b6a0
    • ilovezfs's avatar
      Resource.unpack: install invisible files and dirs · 21ca138e
      ilovezfs authored
      
      Since patches sometimes change .gitignore and .travis.yml, it's
      desirable to install them along with everything else if a resource needs
      patching. Also, for resources that are git respositories, this allows
      install to interact with git objects other than the commit specifically
      checked out. More generally, this may help to avoid subtle issues by
      preserving the fidelity of resources in cases where invisible dot files
      play a functional role.
      
      Closes #329.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      21ca138e
  2. Jun 07, 2016
    • Martin Afanasjew's avatar
      audit: detect more 'pkgshare' candidates (#328) · af42deca
      Martin Afanasjew authored
      The new check also allows the `+` operator instead of our (still heavily
      preferred) `/` operator for path concatenation and also triggers if the
      operator is surrounded by whitespace.
      
      Also recognizes single-quoted strings and uses a back reference to
      match the closing quote for a slightly lower chance of false positives.
      
      Closes #322.
      af42deca
  3. Jun 05, 2016
  4. Jun 03, 2016
  5. Jun 02, 2016
  6. Jun 01, 2016
  7. May 31, 2016
Loading