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
/
migrator.rb
Age
Commit message (
Expand
)
Author
2016-11-03
Correct a few typos
Mandar Gokhale
2016-10-01
Add `Formatter` module.
Markus Reiter
2016-10-01
Refactor Tty.
Markus Reiter
2016-09-24
RuboCop: Style/AccessorMethodName
Markus Reiter
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Fix Style/IfUnlessModifier.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2016-09-15
Use constants for LinkedKegs/PinnedKegs/Locks.
Mike McQuaid
2016-03-08
migrator: use Tap#core_tap?
Xu Cheng
2016-02-26
various: use Tap abstraction
Xu Cheng
2015-12-09
migrator: tap is a Tap object now
Xu Cheng
2015-12-03
centralize the logic of handling `homebrew-` in Tap.fetch
Xu Cheng
2015-09-25
migrator: link Cellar and opt before the keg.
Mike McQuaid
2015-09-03
fix style problems in migrator
Vlad Shablinsky
2015-08-24
migrator: #each.map is redundant
Misty De Meo
2015-08-20
migrator: skip check for same taps if --force
Vlad Shablinsky
2015-08-20
lock keg during migration
Xu Cheng
2015-08-15
migrator: better exception printing
Xu Cheng
2015-08-15
migrator: don't use installed_prefix
Vlad Shablinsky
2015-08-15
migrator: don't link newname if oldname isn't linked
Vlad Shablinsky
2015-08-15
migrator: check if old_opt_record exist before using realpath
Vlad Shablinsky
2015-08-14
outdated: check if formula needs to be migrated.
Mike McQuaid
2015-08-10
update tabs only if core formula installed
Vlad Shablinsky
2015-08-10
add migrator class for migrating renamed formulae
Vlad Shablinsky