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 18, 2016
  2. Feb 17, 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
    • Xu Cheng's avatar
      add Tap#formula_file? · 4e51c0b8
      Xu Cheng authored
      
      Return true if given path would present a Formula file in this Tap.
      Accepts both absolute path and relative path (relative to this Tap's path)
      
      It offer an abstraction such that caller would not need to worry about
      low level file system in the tap.
      
      It will be used in `brew pull` and `brew update`.
      
      Closes Homebrew/homebrew#49191.
      
      Signed-off-by: default avatarXu Cheng <xucheng@me.com>
      4e51c0b8
  4. Feb 15, 2016
  5. Feb 13, 2016
  6. Feb 12, 2016
  7. Feb 11, 2016
Loading