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. Apr 02, 2016
  2. Apr 01, 2016
    • Xu Cheng's avatar
      Pathname: improve compute_disk_usage · 91fd357c
      Xu Cheng authored
      
      * Count .DS_Store disk usage but not file count.
      * Count symlink's own disk usage instead of ignoring it.
      * Count hardlinks disk usage only once.
      * Add testcase.
      
      Closes Homebrew/homebrew#50563.
      
      Closes Homebrew/homebrew#50566.
      
      Signed-off-by: default avatarXu Cheng <xucheng@me.com>
      91fd357c
  3. Mar 31, 2016
  4. Mar 29, 2016
    • ilovezfs's avatar
      FormulaInstaller: rescue tap unavail for reqs too · 9bbaaca9
      ilovezfs authored
      
      Calling `compute_dependencies` will make sure both requirements and
      dependencies are expanded, so that any referenced taps can be
      auto-tapped. Prior to this commit only dependencies were expanded for
      the sake of auto-tapping, so dependencies of requirements would cause
      installation to fail whenever a tap unavailable exception was
      encountered.
      
      Closes Homebrew/homebrew#50271
      
      Closes Homebrew/homebrew#50281.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      9bbaaca9
  5. Mar 28, 2016
  6. Mar 26, 2016
  7. Mar 24, 2016
  8. Mar 23, 2016
  9. Mar 22, 2016
  10. Mar 21, 2016
    • Xu Cheng's avatar
      update: use git from ENV/scm/git · 99155c3b
      Xu Cheng authored
      
      The idea is to let `scm/git` to handle all of git location resolution
      throughout Homebrew codebase.
      
      Closes Homebrew/homebrew#50116.
      
      Signed-off-by: default avatarXu Cheng <xucheng@me.com>
      99155c3b
    • Xu Cheng's avatar
      utils/git: various improvement · e0e277ec
      Xu Cheng authored
      * Use `ENV/scm/git` to check whether git is installed.
      * Use `brew install git` to enforce pre-install checks such as sudo
        check.
      e0e277ec
    • Xu Cheng's avatar
      scm/git: handle no Xcode/CLT configuration · 8ca79a6d
      Xu Cheng authored
      `/usr/bin/<tool>` will be a popup stub under such configuration.
      
      The idea is to let `scm/git` to handle all of git location resolution
      throughout Homebrew codebase.
      8ca79a6d
    • Xu Cheng's avatar
      add HOMEBREW_ENV_PATH internal variable · ce7b32ce
      Xu Cheng authored
      `Library/ENV` like `Library/Homebrew` is part of Homebrew basecode. It
      should be able to be accessed during the `brew tests`.
      
      By adding HOMEBREW_ENV_PATH variable, we allow test suit to locate these
      codes.
      ce7b32ce
  11. Mar 20, 2016
Loading