index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
uninstall.rb
Age
Commit message (
Expand
)
Author
2016-09-11
cmd/uninstall: fix Rubocop warnings.
Mike McQuaid
2016-04-10
Add all the top level comments
Max Nordlund
2015-10-17
uninstall: fix indent
Xu Cheng
2015-10-17
uninstall: fix when Cellar doesn't exist
Xu Cheng
2015-08-18
uninstall: simplify logic
Xu Cheng
2015-08-17
Suggest 'brew uninstall' everywhere for consistency
Baptiste Fontaine
2015-08-17
update opt for renamed formula
Vlad Shablinsky
2015-08-11
uninstall: fix --force
Vlad Shablinsky
2015-08-10
uninstall: change logic to handle renames
Vlad Shablinsky
2015-08-03
Core files style updates.
BrewTestBot
2015-05-27
uninstall: load formula from rack
Xu Cheng
2015-04-09
uninstall: display file size
Xu Cheng
2014-12-23
uninstall: improve grammar for multiple version message
Misty De Meo
2014-11-27
uninstall: notify on multiple versions removed.
Mike McQuaid
2014-06-24
Rename Keg#fname to Keg#name
Jack Nagel
2014-06-23
Remove opt link in Keg#uninstall
Jack Nagel
2014-06-23
Use Keg#uninstall to uninstall kegs
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-06-09
Stop joining symbols to pathnames
Jack Nagel
2014-04-05
Remove obsolete guards around canonical_name return value
Jack Nagel
2013-05-15
Simplify uninstall --force
Jack Nagel
2013-05-15
uninstall: stop assuming kegs always map to formulae
Jack Nagel
2013-04-06
Fix another handful of warnings
Jack Nagel
2013-03-31
Fix uninstallation of non-formula kegs
Jack Nagel
2013-03-30
brew-pin: prevent selected formulae from upgrade.
Simon Sigurdhsson
2013-01-26
FormulaInstaller: implement installation locks
Jack Nagel
2012-08-29
Create active symlinks for installed formula
Max Howell
2012-04-30
Add ofail command and fix bottle command output.
Mike McQuaid
2012-03-29
Exit with bad exit code on command failures.
Mike McQuaid
2012-03-06
Don't require formula files for `brew rm --force`
Max Howell
2012-02-04
Warn the user of required arguments
Jack Nagel
2011-09-16
Centralize definition of `rack` in formula.rb
Charlie Sharpsteen
2011-08-22
Fix uninstall.rb `brew remove --force` "Directory not empty" error
Dave Bayer
2011-03-12
Fix 'brew rm -f'
Adam Vandenberg
2011-03-12
Refactor the brew command into one file per command
Max Howell