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. Jan 04, 2017
    • Mike McQuaid's avatar
      Cleanup documentation site · 127e9def
      Mike McQuaid authored
      GitHub now nicely generates a documentation site for us at
      http://brew.sh/brew based on our docs folder. Optimise the output of
      this and the GitHub docs directory for readability and the various user
      groupings.
      127e9def
  2. Oct 30, 2016
  3. Sep 20, 2016
  4. Sep 10, 2016
  5. Aug 20, 2016
  6. Aug 09, 2016
  7. Jul 11, 2016
    • Xu Cheng's avatar
      add file directory for vendor Ruby · 8f178187
      Xu Cheng authored
      The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/<version>`,
      with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it.
      
      In addition, a `Library/Homebrew/vendor/portable-ruby-version` will
      track the latest version of vendor binaries.
      
      This gives us version control on vendor Ruby and enables us to bump vendor
      Ruby whenever needed such as security update.
      Unverified
      8f178187
  8. Jun 08, 2016
    • Xu Cheng's avatar
      introduce global lock directory (#337) · 8d64b6a0
      Xu Cheng authored
      Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes
      it unsuitable to store global lock files on multiple users environment.
      
      Therefore, introducing a global lock directory `/Library/Lock.d` to
      store lock files from formula lockers as well as `brew update`.
      8d64b6a0
  9. Apr 03, 2016
    • Xu Cheng's avatar
      Core/formula separation Part 2(b) · edf000e4
      Xu Cheng authored
      * move shell completion scripts to where can be auto picked up
      
      Let's use switching new remote as opportunity to put shell completion
      scripts to where they should be and avoid git conflict during the process.
      
      * add Library/Formula and Library/Aliases symlinks
      
      Formulae and Aliases has been relocated to homebrew/core tap.
      The symlinks are pointed to new location to keep backward compatibility.
      
      * remove formula_renames and tap_migrations
      
      They have been replaced by the json files in the core tap.
      
      * update: set new remote
      
      * bump Homebrew version to 0.9.9
  10. Feb 18, 2016
  11. Jan 06, 2016
  12. Jan 05, 2016
  13. Dec 07, 2015
    • Mike McQuaid's avatar
      Overhaul, simplify and cleanup documentation. · b7455469
      Mike McQuaid authored
      
      Remove duplication, link to the API documentation more often,
      tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
      and `@adamv`'s significant past contributions to Homebrew, delete some
      outdated or unneeded documentation, add some missing `Formula` API.
      entries and simplify/improve `CONTRIBUTING.md`.
      
      Closes Homebrew/homebrew#46179.
      
      Closes Homebrew/homebrew#46618.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      b7455469
  14. Sep 18, 2015
  15. Aug 10, 2015
  16. Jul 22, 2015
  17. Jul 21, 2015
  18. Jul 13, 2015
  19. Oct 26, 2014
  20. Oct 18, 2014
  21. Sep 25, 2014
    • Mike McQuaid's avatar
      Generate RDoc documentation. · 05739585
      Mike McQuaid authored
      This is currently still very messy and we probably want to work out the
      best way to declare what parts of our DSL/what files are "public".
      
      Still, even if this is a WIP I'd rather get something committed sooner
      rather than later and start iterating on this as a replacement for
      `example_formula.rb` and the formula cookbook.
      
      To test:
      ```bash
      cd $(brew --prefix)/Library/Homebrew && \
        rdoc formula.rb requirement.rb utils.rb &&\
        open doc/index.html
      ```
      
      Closes Homebrew/homebrew#32470.
      05739585
  22. Apr 23, 2014
  23. Feb 23, 2014
  24. Apr 07, 2013
  25. Mar 31, 2013
    • Simon Sigurdhsson's avatar
      brew-pin: prevent selected formulae from upgrade. · f8a88b5f
      Simon Sigurdhsson authored
      
      * Added `pin` et. al. to manpage.
      * Added `brew pin` to `brew.1` * Added `brew unpin` to `brew.1`
      * Added `brew list --pinned` to `brew.1`
      * Added information about frozen formulae to `brew upgrade` in `brew.1`
      * Added `pin` et.al. to completion scripts.
      * Unpin formulae when uninstalling them
      * Unpin and re-pin formulae when upgrading (avoids stale symlink)
      
      References Homebrew/homebrew#18386.
      Closes Homebrew/homebrew#18515.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      f8a88b5f
  26. Oct 03, 2012
  27. Mar 17, 2012
  28. Aug 25, 2011
    • Max Howell's avatar
      Record which keg is linked · 13918ff6
      Max Howell authored
      Will be useful for a variety of reasons, but for now, I'm just using it to ensure install won't install again if something is already installed (use brew upgrade instead).
      
      But means that brew switch and that can work properly etc.
      13918ff6
  29. Oct 31, 2010
  30. Jun 14, 2010
  31. Dec 19, 2009
  32. Sep 30, 2009
    • Max Howell's avatar
      Fixes .gitignore · b9033700
      Max Howell authored
      So now it does ignore new stuff in root but not in the dirs we like.
      b9033700
  33. Sep 29, 2009
  34. Sep 16, 2009
  35. Sep 01, 2009
  36. Jul 23, 2009
  37. Jul 10, 2009
Loading