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 13, 2016
    • Dominyk Tiller's avatar
      arpon: boneyard · 5291bb4a
      Dominyk Tiller authored
      Upstream have dropped support for OS X in the latest release.
      
      Closes Homebrew/homebrew#49442.
      5291bb4a
    • Dominyk Tiller's avatar
      fleet-db: boneyard · 8a32f73b
      Dominyk Tiller authored
      Upstream is completely dead, formula hasn't been updated to the most recent
      release which was available years ago, tried to update and resulting install
      doesn't seem to function as expected.
      
      Closes Homebrew/homebrew#49635.
      8a32f73b
  2. Mar 11, 2016
  3. 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
  4. Mar 09, 2016
  5. Mar 08, 2016
  6. Mar 07, 2016
  7. Mar 06, 2016
  8. Mar 05, 2016
    • Xu Cheng's avatar
      CoreFormulaRepository: move require statements to the top · a2d0d88b
      Xu Cheng authored
      This commit will help to mitigate bug Homebrew/homebrew#42553 on certain old Homebrew installations
      (e.g. `osx_image: xcode6.4` on Travis CI) for future core/formula
      separation.
      
      On that particular Homebrew installations, `formulary.rb` will be loaded after
      `git pull` is finished during `brew update`, which will then load `core_formular_repository.rb`.
      
      By introducing `require "tap_migrations"` and `require "formula_renames"` at the top of
      `core_formular_repository.rb`, we could use `tap_migrations.rb` as a
      vector to preform certain hack for future core/formula separation.
      a2d0d88b
  9. Mar 04, 2016
  10. Mar 02, 2016
  11. Mar 01, 2016
  12. Feb 29, 2016
  13. Feb 28, 2016
  14. Feb 26, 2016
Loading