aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/cleanup.rb
AgeCommit message (Expand)Author
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-03-31Brew cleanup: Continue on error removing kegJoshua McKinney
2017-02-25Update brew's man page formatting and grammarEricFromCanada
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-04-10Add all the top level commentsMax Nordlund
2016-01-04cleanup: move code away from cmd/Baptiste Fontaine
2015-12-30cleanup: display total disk space to be clearedRakesh
2015-12-18cmd/cleanup: cleanup java_cacheDominyk Tiller
2015-12-04cleanup: don't warn when skipping pinned formula.Corey Prophitt
2015-11-29cleanup: use installed_prefixes/installed_kegsXu Cheng
2015-10-08handle TapFormulaWithOldnameAmbiguityErrorXu Cheng
2015-10-06Remove incomplete files in cache on `brew cleanup`Forrest Fleming
2015-08-22core file style updateXu Cheng
2015-08-18unnecessary calls to .select simplifiedBaptiste Fontaine
2015-08-16cleanup: require threadDominyk Tiller
2015-08-17cleanup: speed up rm_DS_Store by multithreadXu Cheng
2015-08-16cleanup: fix reversed prune time.Mike McQuaid
2015-08-16cleanup: tweak prune code.Mike McQuaid
2015-08-16cleanup: make --force less aggressiveMartin Afanasjew
2015-08-14cleanup: avoid duplicated logicXu Cheng
2015-08-14add Formula.racksXu Cheng
2015-08-13cleanup: remove SCM directories recursively.Mike McQuaid
2015-08-13cleanup: do cleanup even without a Cellar.Mike McQuaid
2015-08-13cleanup: remove more on --force or --prune.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-07-24bottle_resolve_version: return PkgVersionXu Cheng
2015-06-15cleanup: rescue TapFormulaAmbiguityError caused by Dependency#to_formulaXu Cheng
2015-06-07cleanup: use bottle_resolve_versionXu Cheng
2015-05-29cleanup: use Formula#full_nameXu Cheng
2015-05-27cleanup: load formula from rack and using ARGV.resolved_formulaeXu Cheng
2015-04-17Move can_cleanup? off of the formula instanceJack Nagel
2015-04-17Ask the formula if it can be cleaned up onceJack Nagel
2015-04-17Simplify cleanup eligibility checkJack Nagel
2015-04-16cleanup: add --prune to delete old cache files.Mike McQuaid
2015-04-07Remove duplication from cleanup methodsJack Nagel
2015-04-07cleanup: display file-sizesDominyk Tiller
2015-04-01Use pkg_version when comparing against keg versionsJack Nagel
2015-03-07cleanup: optimize perfermanceXu Cheng
2014-12-27Use version attribute directly in cache comparisonsJack Nagel
2014-12-16Use quiet_system to avoid the shellJack Nagel
2014-10-19cleanup: only clean cache if it exists.Mike McQuaid
2014-06-24Use Keg#uninstall to clean up kegsJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-17only clean logs if logs existAdam Vandenberg
2014-05-14cleanup: prune old build logsJack Nagel
2014-03-22Don't send, just call the method directlyJack Nagel
2014-03-06Fix cleanup for head-only formulaeJack Nagel
2014-03-05Don't use pkg_version when cleaning the cacheJack Nagel