aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/cleanup-installed.rb
AgeCommit message (Collapse)Author
2015-04-23cleanup-installed: remove command.Mike McQuaid
It's been deprecated for a few months and `brew bundle` is a far better tool for this than `cleanup-installed` was. Closes Homebrew/homebrew#38893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-18cleanup-installed: fix brewdle command nameMike McQuaid
2015-02-16cleanup-installed: deprecate command.Mike McQuaid
2015-01-11cleanup-installed: use uninstall --force.Mike McQuaid
2014-09-27Drop executable bits from imported commandsJack Nagel
Closes Homebrew/homebrew#32743.
2014-09-24brew-cleanup-installed: Rubify, make internal cmd.Mike McQuaid