index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
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
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
2014-03-05
Teach commands to work with revisions
Jack Nagel
2013-06-21
Don't clean up lockfiles if the directory doesn't exist
Jack Nagel
2013-06-21
Clean up lockfiles
Jack Nagel
2013-06-06
cleanup: use String#[] instead of "captures.first rescue nil"
Jack Nagel
2013-05-18
Stop running "prune" as part of "cleanup"
Jack Nagel
2013-05-15
cleanup: enable prune during dry-run mode
Jack Nagel
2013-05-15
cleanup: cleanup_all => cleanup_cellar
Jack Nagel
2013-05-15
cleanup: refactor cleanup_cache
Jack Nagel
2013-05-15
cleanup: rename variable
Jack Nagel
2013-05-15
cleanup: refactor cleanup_formula
Jack Nagel
2013-05-15
cleanup: only map dirs to kegs once
Jack Nagel
2013-05-15
cleanup: use Pathname#rmtree instead of FileUtils
Jack Nagel
2013-05-15
cleanup: use subdirs, avoid .directory? checks
Jack Nagel
2013-05-15
cleanup: remove redundant condition
Jack Nagel
2013-05-15
cleanup: rename method for consistency
Jack Nagel
2013-05-15
cleanup: use early return rather than method-spanning conditional
Jack Nagel
2013-05-15
cleanup: factor out unqualified cleanup code
Jack Nagel
2013-05-15
Methods that end in _formula should only accept a formula
Jack Nagel
2013-03-02
cleanup: don't remove old incomplete files twice.
Mike McQuaid
2013-02-18
Remove unused variables
Jack Nagel
2013-02-02
Make `CurlDownloadStrategy` resume aborted downloads
Simon Sigurdhsson
2013-01-26
brew-cleanup: don't whine about permission denied.
Mike McQuaid
2013-01-08
Don't remove linked formulas when doing a 'cleanup'
Mike Lapinsky
2012-12-19
cleanup: fix 1.8.6 compatibilty issue
Jack Nagel
2012-12-16
Check if Cellar and Cache exist before cleaning.
Mike McQuaid
2012-12-04
brew-cleanup: check whether keg is a directory.
Xiyue Deng
2012-11-30
brew cleanup: don't remove higher version kegs.
Xiyue Deng
2012-09-22
brew cleanup -n: less scary
Max Howell
2012-09-20
cleanup: look for "HEAD", not "sha" in receipt
Jack Nagel
2012-09-11
cleanup: skip rm_DS_Store during a dry run
Jack Nagel
2012-09-11
cleanup: allow --force to remove keg-only brews again
Jack Nagel
[next]