diff options
| author | Mike McQuaid | 2018-02-05 09:31:17 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-05 10:59:11 +0000 | 
| commit | 3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7 (patch) | |
| tree | 79b037e1d66772c089abc31ea4caaaf4876390b6 /Library/Homebrew/cmd/pin.rb | |
| parent | 62f85cfabbcff722afb406e48e56d5b10e6fc654 (diff) | |
| download | brew-3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7.tar.bz2 | |
Make pinning more robust
Don’t autoremove pins on uninstall or upgrade and note this in the
manpage.
Diffstat (limited to 'Library/Homebrew/cmd/pin.rb')
| -rw-r--r-- | Library/Homebrew/cmd/pin.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Homebrew/cmd/pin.rb b/Library/Homebrew/cmd/pin.rb index 5a14f853c..9935d1636 100644 --- a/Library/Homebrew/cmd/pin.rb +++ b/Library/Homebrew/cmd/pin.rb @@ -1,7 +1,6 @@  #:  * `pin` <formulae>:  #:    Pin the specified <formulae>, preventing them from being upgraded when -#:    issuing the `brew upgrade <formulae>` command (but can still be upgraded -#:    as dependencies for other formulae). See also `unpin`. +#:    issuing the `brew upgrade <formulae>` command. See also `unpin`.  require "formula" | 
