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
/
cmd
/
reinstall.rb
Age
Commit message (
Expand
)
Author
2018-01-10
reinstall/upgrade: stop unlinked kegs being sticky
Mike McQuaid
2017-12-30
reinstall/upgrade: document use of options.
Mike McQuaid
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-07-30
Tweak preserve link status on reinstall/upgrade.
Mike McQuaid
2017-07-30
Preserve link status on reinstall/upgrade.
Mike McQuaid
2017-07-28
formula_installer: simplify callers.
Mike McQuaid
2017-06-08
reinstall: keg.rmtree isn't a method.
Mike McQuaid
2017-06-07
reinstall: remove partially installed keg.
Mike McQuaid
2017-06-05
cmd/reinstall: Fix reinstallation of formulae without bottles
Bob W. Hogg
2017-03-31
reinstall: perform rename migrations when needed.
Mike McQuaid
2017-02-04
Pass invalid option names to formula installer
Thomas Maurer
2016-12-10
reinstall/upgrade/install: always output options.
Mike McQuaid
2016-11-12
Filter formula build options based on those that exist.
Mike McQuaid
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-23
Fix Style/GuardClause.
Markus Reiter
2016-09-07
reinstall: fail if pinned
Vlad Shablinsky
2016-08-17
Fix minor issues in command help text formatting
Martin Afanasjew
2016-07-29
Add missing development_tools requires.
Mike McQuaid
2016-07-18
reinstall: handle new options
Xu Cheng
2016-07-18
remove unnecessary `Tab.for_formula`
Xu Cheng
2016-07-06
development_tools: add installed? method. (#455)
Mike McQuaid
2016-05-06
brew install: make -s apply only to given formula, not deps (#205)
Andrew Janke
2016-04-10
Add all the top level comments
Max Nordlund
2016-01-09
reinstall: add --interactive and --git options
Zhiming Wang
2015-08-21
Merge bottle install without Xcode branch
Misty De Meo
2015-08-21
Add guards to calls that would trigger Xcode install requests
William Woodruff
2015-08-21
FormulaInstaller: add prevent_build_flags to eliminate code repetition
William Woodruff
2015-08-21
Install: add BuildToolsError and BuildFlagsError
William Woodruff
2015-08-09
put caveats in finish after post_install Homebrew/homebrew#42565
Rafael Kitover
2015-08-03
Core files style updates.
BrewTestBot
2015-05-29
reinstall: use Formula#full_name
Xu Cheng
2015-05-27
reinstall: use ARGV.resolved_formulae
Xu Cheng
2015-03-24
reinstall, upgrade: tweak use of tab build_bottle.
Mike McQuaid
2014-10-31
More specific require
Jack Nagel
2014-10-31
Remove FormulaAlreadyInstalledError
Jack Nagel
2014-10-15
Hide install receipt key names
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-04-05
Avoid realpath where it is not necessary
Jack Nagel
2014-03-15
Rewrite `brew reinstall`
Jack Nagel
2014-03-01
reinstall: re-raise original exception after cleaning up
Jack Nagel
2014-03-01
reinstall: fix incorrect use of Formula.canonical_name
Jack Nagel
2013-09-05
reinstall cleanup
Samuel John
2013-09-05
Make reinstall transaction safe.
Xiyue Deng
2013-09-01
brew-reinstall: don't list --force in args.
Mike McQuaid
2013-09-01
brew-reinstall: don't try and rebuild bottles.
Mike McQuaid
2013-08-21
brew reinstall: Is able to work for all formulae
Samuel John
2013-08-21
Revert "brew reinstall: Is able to work for all formulae"
Samuel John
2013-08-21
brew reinstall: Is able to work for all formulae
Samuel John
2013-08-14
brew reinstall: Reuse options from last time
Samuel John
2013-02-18
Add 'brew reinstall' command.
Mike McQuaid