| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-01 | Merge pull request #3622 from MikeMcQuaid/deprecate-science1.4.2 | Mike McQuaid | |
| Deprecate Homebrew/homebrew-science | |||
| 2018-01-01 | Deprecate Homebrew/homebrew-science | Mike McQuaid | |
| 2017-12-31 | Merge pull request #3612 from MikeMcQuaid/more-deprecations | Mike McQuaid | |
| requirements: move more to compat. | |||
| 2017-12-31 | Merge pull request #3616 from MikeMcQuaid/existing-install-options | Mike McQuaid | |
| reinstall/upgrade: document use of options. | |||
| 2017-12-31 | Merge pull request #3614 from MikeMcQuaid/previously-deleted-month | Mike McQuaid | |
| missing_formula: check deleted in the last month. | |||
| 2017-12-31 | Merge pull request #3618 from ilovezfs/python-teach-virtualenv-to-speak-@ | Mike McQuaid | |
| language/python: handle python@* in virtualenv_install_with_resources | |||
| 2017-12-31 | Merge pull request #3617 from commitay/manpage | Vítor Galvão | |
| cask manpage: upgrade | |||
| 2017-12-31 | cask manpage: upgrade | commitay | |
| 2017-12-30 | language/python: handle python@* in virtualenv_install_with_resources | ilovezfs | |
| 2017-12-30 | reinstall/upgrade: document use of options. | Mike McQuaid | |
| To avoid user confusion e.g. #3606. | |||
| 2017-12-30 | missing_formula: check deleted in the last month. | Mike McQuaid | |
| This speeds things up pretty dramatically and handles the case that something was deleted recently and users haven't learned about it yet. Fixes #3513. | |||
| 2017-12-30 | lines_cop: deprecate 'needs :openmp'. | Mike McQuaid | |
| 2017-12-30 | lines_cop: check for more deprecated requirements. | Mike McQuaid | |
| 2017-12-30 | requirements: move more to compat. | Mike McQuaid | |
| 2017-12-30 | gpg: move to compat. | Mike McQuaid | |
| 2017-12-30 | Merge pull request #3609 from SeanPrashad/41372 | Mike McQuaid | |
| Add brew cask upgrade initial documentation | |||
| 2017-12-30 | Merge pull request #3611 from MikeMcQuaid/git-prefix-cd-warning | Mike McQuaid | |
| scm/git: hide prefix cd failure warning. | |||
| 2017-12-30 | Merge pull request #3613 from ↵ | Mike McQuaid | |
| ilovezfs/allow-install-mixed-python-dependency-tree formula_installer: allow version mismatched python deps | |||
| 2017-12-30 | formula_installer: allow version mismatched python deps | ilovezfs | |
| Dependency trees with both python@2 and python@3 are not inherently problematic. | |||
| 2017-12-30 | scm/git: hide prefix cd failure warning. | Mike McQuaid | |
| This may happen with certain checkout configurations (such as on our CI boxes). Also, rename the variables to be clearer about what they reference. | |||
| 2017-12-29 | Add brew cask upgrade initial documentation | Sean Prashad | |
| 2017-12-29 | audit: remove unneeded mercurial check. | Mike McQuaid | |
| 2017-12-29 | dependency_collector: don't use hg alias. | Mike McQuaid | |
| 2017-12-29 | formula: require gpg and make it a module. | Mike McQuaid | |
| 2017-12-29 | Merge pull request #3605 from DomT4/zshrc | Mike McQuaid | |
| utils: stop debug exploding when zsh is used | |||
| 2017-12-29 | Merge pull request #3604 from alyssais/cask_no_arguments | Mike McQuaid | |
| cask: exit successfully when given no arguments. | |||
| 2017-12-29 | Merge pull request #3603 from MikeMcQuaid/deprecate-some-requirements | Mike McQuaid | |
| Deprecate more requirements. | |||
| 2017-12-24 | utils: stop debug exploding when zsh is used | Dominyk Tiller | |
| 2017-12-24 | Merge pull request #3590 from DomT4/completions_are_not_always_linked | Mike McQuaid | |
| caveats: correct completion/function paths for keg_only | |||
| 2017-12-24 | cask: exit successfully when given no arguments | Alyssa Ross | |
| Fixes https://github.com/Homebrew/brew/issues/3601. | |||
| 2017-12-24 | caveats: tweak root_dir definition style. | Mike McQuaid | |
| 2017-12-23 | caveats: correct completion/function paths for keg_only | Dominyk Tiller | |
| 2017-12-23 | gpg: cleanup and simplify. | Mike McQuaid | |
| 2017-12-23 | lines_cop: check for more deprecated requirements. | Mike McQuaid | |
| 2017-12-23 | Deprecate more requirements. | Mike McQuaid | |
| These are ones that were either already deprecated due to audit rules or are just a simple `which` with a `default_formula` so should just be a dependency. | |||
| 2017-12-23 | dependency_collector: cleanup optional system deps | Mike McQuaid | |
| 2017-12-23 | Merge pull request #3602 from Homebrew/revert-3594-revert-3589-shims-scm | ilovezfs | |
| Revert "Revert "shims/scm/git: Fix the search for brewed git"" | |||
| 2017-12-23 | Revert "Revert "shims/scm/git: Fix the search for brewed git"" | ilovezfs | |
| 2017-12-21 | Merge pull request #3594 from Homebrew/revert-3589-shims-scm | ilovezfs | |
| Revert "shims/scm/git: Fix the search for brewed git" | |||
| 2017-12-21 | Revert "shims/scm/git: Fix the search for brewed git" | ilovezfs | |
| 2017-12-21 | Merge pull request #3589 from sjackman/shims-scm | Mike McQuaid | |
| shims/scm/git: Fix the search for brewed git | |||
| 2017-12-21 | Merge pull request #3592 from sjackman/development-tools-installed | Mike McQuaid | |
| DevelopmentTools.installed?: Use locate | |||
| 2017-12-21 | Merge pull request #3588 from sjackman/brew-version | Mike McQuaid | |
| brew.sh: Use shims/scm/git for HOMEBREW_VERSION | |||
| 2017-12-20 | DevelopmentTools.installed?: Use locate | Shaun Jackman | |
| Use locate rather than which to search for clang or gcc. locate searches both $HOMEBREW_PREFIX/bin and /usr/bin. | |||
| 2017-12-20 | shims/scm/git: Fix the search for brewed git | Shaun Jackman | |
| Search for brewed git in both locations: $HOMEBREW_PREFIX/Homebrew/Library/Homebrew/shims/scm/../../../../../bin/git $HOMEBREW_PREFIX/Library/Homebrew/shims/scm/../../../../bin/git | |||
| 2017-12-20 | brew.sh: Use shims/scm/git for HOMEBREW_VERSION | Shaun Jackman | |
| Move the use of git to determine HOMEBREW_VERSION below the definition of the function git. | |||
| 2017-12-19 | Merge pull request #3584 from Quesar/fix-proxy-config | Mike McQuaid | |
| Added no_proxy to filtered env | |||
| 2017-12-19 | Added info about no_proxy to docs | Ivars Berzinsh | |
| 2017-12-18 | Added no_proxy to filtered env | Ivars Berzinsh | |
| 2017-12-16 | Merge pull request #3401 from DomT4/vendor_or_na1.4.1 | Mike McQuaid | |
| go: various tweaks to recommendations | |||
