aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/upgrade.rb
AgeCommit message (Expand)Author
2016-01-04cleanup: move code away from cmd/Baptiste Fontaine
2015-11-29upgrade: use installed_kegsXu Cheng
2015-11-27formula: refactor outdated handling, add to hash.Mike McQuaid
2015-10-07brew upgrade: provides an option `--cleanup`Rakesh
2015-08-21Merge bottle install without Xcode branchMisty De Meo
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-21FormulaInstaller: add prevent_build_flags to eliminate code repetitionWilliam Woodruff
2015-08-21Install: add BuildToolsError and BuildFlagsErrorWilliam Woodruff
2015-08-09put caveats in finish after post_install Homebrew/homebrew#42565Rafael Kitover
2015-08-03Core files style updates.BrewTestBot
2015-06-05Revert "upgrade: announce usage of --all."Mike McQuaid
2015-05-29upgrade: use Formula#full_nameXu Cheng
2015-05-27upgrade: use ARGV.resolved_formulaeXu Cheng
2015-04-26upgrade: announce usage of --all.Mike McQuaid
2015-03-24reinstall, upgrade: tweak use of tab build_bottle.Mike McQuaid
2015-01-04Checkout outdatedness in `brew upgrade <formula>`Jack Nagel
2015-01-04Explicitly pass formulae to outdated_brewsJack Nagel
2014-11-03Make quieter an installer modeJack Nagel
2014-10-15Hide install receipt key namesJack Nagel
2014-09-14Consistently call name on formula instead of relying on to_sJack Nagel
2014-08-17Upgrade honors build_bottle? and built_as_bottle optionsLarry Shaffer
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-26pluralize formulae in tap/untapAdam Vandenberg
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-03-24Check existence of target keg instead of hiding exceptionsJack Nagel
2014-03-13Make FormulaInstaller setup more readableJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Don't set installer options to their defaultJack Nagel
2014-03-10Make build_from_source an explicit installer modeJack Nagel
2014-03-05Teach commands to work with revisionsJack Nagel
2014-03-04Let commands decide what mode the installer should useJack Nagel
2014-03-04Extract installer setup to prelude methodJack Nagel
2014-03-02Stop mutating build options in upgradeJack Nagel
2014-03-02Revert "Let commands decide what mode the installer should use"Jack Nagel
2014-03-02Fix typoJack Nagel
2014-03-02Let commands decide what mode the installer should useJack Nagel
2014-03-02Reduce the number of ways options can be passed to the installerJack Nagel
2014-02-18Add DownloadError to catch a broader range of resource download errors.Drew Rodman
2014-01-26upgrade: fix output when no packages to upgrade.Frizlab
2013-09-26upgrade.rb: Fix plural_s when number = 0Nikolaus Wittenstein
2013-07-18upgrade: put exit statements in both conditional branchesAdam Coffman
2013-07-15upgrade: don't rely on return value of 'onoe'Jack Nagel
2013-07-15upgrade: make condition clearerJack Nagel
2013-07-15upgrade: move require out of method bodyJack Nagel
2013-07-15upgrade: remove redundant conditionalJack Nagel
2013-06-08Consolidate sudo checks.Adam Vandenberg
2013-05-24upgrade: fix expansion of options for top-level formula objectsJack Nagel
2013-05-18upgrade: fix typoJack Nagel
2013-05-18upgrade: use a method rather than a boolean flagJack Nagel