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. Jun 24, 2014
  2. Jun 22, 2014
  3. Apr 16, 2013
  4. Apr 15, 2013
  5. Apr 04, 2013
  6. Apr 01, 2013
    • Simon Sigurdhsson's avatar
      brew-pin: Fix bug in `FormulaPin#pinned?` · 4cd95652
      Simon Sigurdhsson authored
      
      Since `pinned?` was using `File#exists?`, broken symlinks left by force-upgraded
      formulae made `pinned?` return false while `pin` returned with an error because
      it could not overwrite the broken link. This is fixed by using `File#symlink?`
      instead, which returns true for broken symlinks and false only when they do not
      exist.
      
      Closes Homebrew/homebrew#18858.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      4cd95652
  7. 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
Loading