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 08, 2016
  2. Mar 07, 2016
  3. Mar 06, 2016
  4. 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
  5. Mar 04, 2016
  6. Mar 02, 2016
  7. Mar 01, 2016
  8. Feb 29, 2016
  9. Feb 28, 2016
  10. Feb 26, 2016
  11. Feb 25, 2016
  12. Feb 24, 2016
  13. Feb 23, 2016
Loading