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
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-06-02
Re-revert "Fix operator spacing."
Markus Reiter
2017-05-25
Rename `FormulaLock` to `LockFile`.
Markus Reiter
2017-03-31
migrator: don't uninstall new_cellar if it existed
Mike McQuaid
2017-03-31
migrator: check if taps are from same user instead
Mike McQuaid
2017-03-31
migrator: relink linked new_cellar kegs.
Mike McQuaid
2017-03-31
migrator: make headers more consistent.
Mike McQuaid
2017-03-31
migrator: move around some migration logic.
Mike McQuaid
2017-03-31
migrator: add more helper methods.
Mike McQuaid
2017-03-30
Fix handling of tap migrations to new cask names.
Mike McQuaid
2017-03-23
migrator: allow new cellar to exist already
ilovezfs
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