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
/
cleanup.rb
Age
Commit message (
Expand
)
Author
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-03-31
Brew cleanup: Continue on error removing keg
Joshua McKinney
2017-02-25
Update brew's man page formatting and grammar
EricFromCanada
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-23
Fix Style/GuardClause.
Markus Reiter
2016-04-10
Add all the top level comments
Max Nordlund
2016-01-04
cleanup: move code away from cmd/
Baptiste Fontaine
2015-12-30
cleanup: display total disk space to be cleared
Rakesh
2015-12-18
cmd/cleanup: cleanup java_cache
Dominyk Tiller
2015-12-04
cleanup: don't warn when skipping pinned formula.
Corey Prophitt
2015-11-29
cleanup: use installed_prefixes/installed_kegs
Xu Cheng
2015-10-08
handle TapFormulaWithOldnameAmbiguityError
Xu Cheng
2015-10-06
Remove incomplete files in cache on `brew cleanup`
Forrest Fleming
2015-08-22
core file style update
Xu Cheng
2015-08-18
unnecessary calls to .select simplified
Baptiste Fontaine
2015-08-16
cleanup: require thread
Dominyk Tiller
2015-08-17
cleanup: speed up rm_DS_Store by multithread
Xu Cheng
2015-08-16
cleanup: fix reversed prune time.
Mike McQuaid
2015-08-16
cleanup: tweak prune code.
Mike McQuaid
2015-08-16
cleanup: make --force less aggressive
Martin Afanasjew
2015-08-14
cleanup: avoid duplicated logic
Xu Cheng
2015-08-14
add Formula.racks
Xu Cheng
2015-08-13
cleanup: remove SCM directories recursively.
Mike McQuaid
2015-08-13
cleanup: do cleanup even without a Cellar.
Mike McQuaid
2015-08-13
cleanup: remove more on --force or --prune.
Mike McQuaid
2015-08-03
Core files style updates.
BrewTestBot
2015-07-24
bottle_resolve_version: return PkgVersion
Xu Cheng
2015-06-15
cleanup: rescue TapFormulaAmbiguityError caused by Dependency#to_formula
Xu Cheng
2015-06-07
cleanup: use bottle_resolve_version
Xu Cheng
2015-05-29
cleanup: use Formula#full_name
Xu Cheng
2015-05-27
cleanup: load formula from rack and using ARGV.resolved_formulae
Xu Cheng
2015-04-17
Move can_cleanup? off of the formula instance
Jack Nagel
2015-04-17
Ask the formula if it can be cleaned up once
Jack Nagel
2015-04-17
Simplify cleanup eligibility check
Jack Nagel
2015-04-16
cleanup: add --prune to delete old cache files.
Mike McQuaid
2015-04-07
Remove duplication from cleanup methods
Jack Nagel
2015-04-07
cleanup: display file-sizes
Dominyk Tiller
2015-04-01
Use pkg_version when comparing against keg versions
Jack Nagel
2015-03-07
cleanup: optimize perfermance
Xu Cheng
2014-12-27
Use version attribute directly in cache comparisons
Jack Nagel
2014-12-16
Use quiet_system to avoid the shell
Jack Nagel
2014-10-19
cleanup: only clean cache if it exists.
Mike McQuaid
2014-06-24
Use Keg#uninstall to clean up 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-05-17
only clean logs if logs exist
Adam Vandenberg
2014-05-14
cleanup: prune old build logs
Jack Nagel
2014-03-22
Don't send, just call the method directly
Jack Nagel
2014-03-06
Fix cleanup for head-only formulae
Jack Nagel
2014-03-05
Don't use pkg_version when cleaning the cache
Jack Nagel
[next]