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 24, 2016
  2. Mar 23, 2016
  3. Mar 22, 2016
  4. 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
  5. Mar 20, 2016
  6. Mar 19, 2016
  7. Mar 14, 2016
  8. Mar 13, 2016
  9. Mar 11, 2016
  10. Mar 10, 2016
    • Mike McQuaid's avatar
      utils: API Git credential tweaks. · c8debd8f
      Mike McQuaid authored
      
      - Use empty array when `git credential-osxkeychain` lookup fails to
        cache and avoid rerunning it when there's no valid results.
      - Redirect `stderr` to avoid printing errors when there's a failure
        or no `git credential-osxkeychain` installed.
      
      Closes Homebrew/homebrew#49954.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      c8debd8f
Loading