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 19, 2016
  2. Mar 14, 2016
  3. Mar 13, 2016
  4. Mar 11, 2016
  5. 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
  6. Mar 09, 2016
  7. Mar 08, 2016
  8. Mar 07, 2016
  9. Mar 06, 2016
  10. 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
  11. Mar 04, 2016
  12. Mar 02, 2016
  13. Mar 01, 2016
Loading