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
/
cleaner.rb
Age
Commit message (
Expand
)
Author
2016-09-23
Fix Style/GuardClause.
Markus Reiter
2016-07-31
cleaner: kill unnecessary perl elements
Dominyk Tiller
2016-07-12
cleaner: fix generic executable handling. (#498)
Mike McQuaid
2016-07-04
cleaner: port to generic OS. (#447)
Mike McQuaid
2015-08-18
unnecessary calls to .select simplified
Baptiste Fontaine
2015-08-03
More core files style updates
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2014-09-26
don't clean libexec
Adam Vandenberg
2014-07-20
improve comment
Adam Vandenberg
2014-07-20
use ObserverPathnameExtension to remove these files
Adam Vandenberg
2014-07-20
add clarifying comments
Adam Vandenberg
2014-07-19
fix comment
Adam Vandenberg
2014-05-12
inline this method
Adam Vandenberg
2014-02-25
add more documentation
Adam Vandenberg
2014-02-25
fix incorrect comment
Adam Vandenberg
2014-02-25
remove charset.alias directly
Adam Vandenberg
2014-02-23
Cleaner: do work in clean instead of constructor
Adam Vandenberg
2014-02-23
Always keep info files
Adam Vandenberg
2013-12-22
cleaner: use ObserverPathnameExtension
Jack Nagel
2013-12-22
cleaner: reorganize clean_dir to avoid repeated conditional
Jack Nagel
2013-12-21
cleaner: clean up broken and orphaned symlinks
Jack Nagel
2013-12-21
cleaner: fix permission debug output
Jack Nagel
2013-08-28
cleaner: don't change permissions on paths marked skip_clean
Jack Nagel
2013-08-08
cleaner: traverse directories in postorder
Jack Nagel
2013-06-23
Clean the cleaner
Adam Vandenberg
2013-03-18
cleaner: simplify verbose pathname extension
Jack Nagel
2013-02-10
Show permission changes in debug mode
Adam Vandenberg
2013-01-08
Cleaner: allow non-empty paths to be pruned from cleaning
Adam Vandenberg
2012-10-24
Cleaner: add (commented-out) debugging information for permission changes
Adam Vandenberg
2012-09-18
If we delete stuff in the clean step, make fuss
Max Howell
2012-07-05
Stop stripping binary files
Adam Vandenberg
2012-06-24
Core change: XCode only install, with CLT or both
samueljohn
2012-05-30
cleaner: use new Mach-O pathname methods in clean_file
Jack Nagel
2012-03-09
Restore cleaning of lib/charset.alias
Jack Nagel
2012-03-04
keg: allow selective linking at the file level
Jack Nagel
2012-02-19
cleaner: remove lib/charset.alias files
Jack Nagel
2012-02-01
keg: handle the info directory file properly
Nicolas Despres
2011-10-06
cleaner: correctly obey HOMEBREW_KEEP_INFO
Jack Nagel
2011-09-01
Be future proof, output from file becomes more verbose
Max Howell
2011-09-01
Use fullpaths to file and strip
Max Howell
2011-03-12
Some Cleanup
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell
2010-08-21
HOMEBREW_KEEP_INFO to keep info pages
Adam Vandenberg
2010-08-21
use f.info
Adam Vandenberg
2010-08-21
Move cleaner to separate file
Adam Vandenberg