aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/reinstall.rb
AgeCommit message (Expand)Author
2018-01-10reinstall/upgrade: stop unlinked kegs being stickyMike McQuaid
2017-12-30reinstall/upgrade: document use of options.Mike McQuaid
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-07-30Tweak preserve link status on reinstall/upgrade.Mike McQuaid
2017-07-30Preserve link status on reinstall/upgrade.Mike McQuaid
2017-07-28formula_installer: simplify callers.Mike McQuaid
2017-06-08reinstall: keg.rmtree isn't a method.Mike McQuaid
2017-06-07reinstall: remove partially installed keg.Mike McQuaid
2017-06-05cmd/reinstall: Fix reinstallation of formulae without bottlesBob W. Hogg
2017-03-31reinstall: perform rename migrations when needed.Mike McQuaid
2017-02-04Pass invalid option names to formula installerThomas Maurer
2016-12-10reinstall/upgrade/install: always output options.Mike McQuaid
2016-11-12Filter formula build options based on those that exist.Mike McQuaid
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-07reinstall: fail if pinnedVlad Shablinsky
2016-08-17Fix minor issues in command help text formattingMartin Afanasjew
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-18reinstall: handle new optionsXu Cheng
2016-07-18remove unnecessary `Tab.for_formula`Xu Cheng
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-05-06brew install: make -s apply only to given formula, not deps (#205)Andrew Janke
2016-04-10Add all the top level commentsMax Nordlund
2016-01-09reinstall: add --interactive and --git optionsZhiming Wang
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-05-29reinstall: use Formula#full_nameXu Cheng
2015-05-27reinstall: use ARGV.resolved_formulaeXu Cheng
2015-03-24reinstall, upgrade: tweak use of tab build_bottle.Mike McQuaid
2014-10-31More specific requireJack Nagel
2014-10-31Remove FormulaAlreadyInstalledErrorJack Nagel
2014-10-15Hide install receipt key namesJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-03-15Rewrite `brew reinstall`Jack Nagel
2014-03-01reinstall: re-raise original exception after cleaning upJack Nagel
2014-03-01reinstall: fix incorrect use of Formula.canonical_nameJack Nagel
2013-09-05reinstall cleanupSamuel John
2013-09-05Make reinstall transaction safe.Xiyue Deng
2013-09-01brew-reinstall: don't list --force in args.Mike McQuaid
2013-09-01brew-reinstall: don't try and rebuild bottles.Mike McQuaid
2013-08-21brew reinstall: Is able to work for all formulaeSamuel John
2013-08-21Revert "brew reinstall: Is able to work for all formulae"Samuel John
2013-08-21brew reinstall: Is able to work for all formulaeSamuel John
2013-08-14brew reinstall: Reuse options from last timeSamuel John
2013-02-18Add 'brew reinstall' command.Mike McQuaid