aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
AgeCommit message (Expand)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-28install.rb: stop early if there are no formulae to be installedMaxim Belkin
2017-07-28formula_installer: simplify callers.Mike McQuaid
2017-07-11Add a suitable explanatory lineVonUniGE
2017-07-08Update documentation of brew install syntax to match its actual behavior.VonUniGE
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-04Merge pull request #2599 from peternewman/patch-11.2.2Mike McQuaid
2017-06-04Change manpage internal links in correct location.Mike McQuaid
2017-06-02install: fix cask install with env filtering.Mike McQuaid
2017-05-27Improve some `brew install` messaging.Mike McQuaid
2017-04-18install: don't search when formula is unreadable.Mike McQuaid
2017-04-17install: use include instead of regex.Mike McQuaid
2017-04-15install: do not search taps when a qualified formula is missingZhiming Wang
2017-04-02Handle missing receipt on `brew install`.Mike McQuaid
2017-04-02Document all short flags.Mike McQuaid
2017-03-31install: perform rename migrations when needed.Mike McQuaid
2017-03-23install: immediately print FormulaUnavailableError.Mike McQuaid
2017-03-20missing_formula: subsume historic logic.Mike McQuaid
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
2017-03-20Hint at new location of migrated formulaeZhiming Wang
2017-03-05Add more flags and descriptions to man pages.EricFromCanada
2017-01-18install: set installed_{as_dependency,on_request}.Mike McQuaid
2017-01-15Fix documentation for HEAD upgrades.Mike McQuaid
2017-01-02bottles: --force-bottle feigns or_later.Mike McQuaid
2016-12-03cmd/install: allow to install any specUladzislau Shablinski
2016-11-13Merge pull request #1217 from MatzFan/invalid_build_option_warningsMike McQuaid
2016-11-12fix other 10 failing tests - dohBruce Steedman
2016-11-05install: only check fatal development tools checks.Mike McQuaid
2016-11-05Added a hint how to link a formula that is installed but not linkedihatetoregister
2016-10-23tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEXJosh Hagins
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Don’t use `puts_columns` if `empty?` or single item.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
2016-10-03invalid build options - fixed conflicts; renameBruce Steedman
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01install: remove not updated warning.Mike McQuaid
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-19Merge pull request #971 from penman/follow_aliasMike McQuaid
2016-09-18install: don't install alias if already installedAlyssa Ross
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-11cmd/install: fix Rubocop warnings.Mike McQuaid
2016-09-07Refactor MacOS check_development_tools usage.Mike McQuaid
2016-08-30install: die if Xcode/CLT not up-to-date on prereleasesDominyk Tiller
2016-08-10Improve formula not found handling (#96)Misty De Meo
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-08cmd/install: port to generic OS. (#458)Mike McQuaid
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-07-04diagnostic: more porting to generic OS. (#449)Mike McQuaid