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. Oct 26, 2014
  2. Jun 20, 2014
  3. May 01, 2014
  4. Dec 15, 2013
  5. Oct 16, 2013
  6. Jan 31, 2013
  7. Aug 25, 2011
    • Max Howell's avatar
      `brew upgrade` · 19e387d9
      Max Howell authored
      Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though.
      
      Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
      19e387d9
  8. Mar 13, 2011
    • Max Howell's avatar
      Optimise/simplify `brew help` · ec9cbc64
      Max Howell authored
      Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here.
      
      Also separated out the help into its own command for consistency.
      ec9cbc64
Loading