| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-15 | Revert "Use Homebrew's gitconfig for various commands" | ilovezfs | |
| 2018-01-14 | Merge pull request #3670 from MikeMcQuaid/gitconfig | Mike McQuaid | |
| Use Homebrew's gitconfig for various commands | |||
| 2018-01-14 | Merge pull request #3683 from MikeMcQuaid/vendor-install-mirror | Mike McQuaid | |
| vendor-install: various portable ruby tweaks. | |||
| 2018-01-14 | vendor-install: various portable ruby tweaks. | Mike McQuaid | |
| - Rename repository to homebrew-portable-ruby - Add a new Bintray repository using new name - Add GitHub releases mirror and try to use it - Tell people not to file issues if they can't connect to Bintray or GitHub: we're not here to provide ISP/proxy support. | |||
| 2018-01-13 | cask doctor: sip status | commitay | |
| 2018-01-11 | Use Homebrew's gitconfig for various commands | Mike McQuaid | |
| Git is a transport and storage mechanism for us so we don't want to allow arbitrary customisation of this due to user issues e.g. #3664 and #3561. Fixes #3664. | |||
| 2018-01-11 | Merge pull request #3662 from MikeMcQuaid/curl-executable | Mike McQuaid | |
| curl: handle more non-executable curl edge-cases. | |||
| 2018-01-11 | curl: handle more non-executable curl edge-cases. | Mike McQuaid | |
| Address some additional issues mentioned in #3624. | |||
| 2018-01-11 | formula: tweak more depends_on examples. | Mike McQuaid | |
| 2018-01-11 | docs: Fix depends_on examples in Formula page | Michihito Shigemura | |
| example: Error: depends_on :mysql Correct: depends_on "mysql" | |||
| 2018-01-10 | reinstall/upgrade: stop unlinked kegs being sticky | Mike McQuaid | |
| It's not possible to determine the difference between a non-keg-only keg that failed to link and one that wasn't linked by us intentionally. To avoid additional complexity of storing this logic in another place let's back out this relatively new functionality; sticky keg-only links is a better and more desirable behaviour anyway. | |||
| 2018-01-10 | Merge pull request #3651 from MikeMcQuaid/deprecate-git-svn-requirements | Mike McQuaid | |
| Deprecate Git, Subversion requirements. | |||
| 2018-01-10 | Deprecate Git, Subversion requirements. | Mike McQuaid | |
| These rely on `default_formula` to be useful and are better following the `*_dep_if_needed` pattern. | |||
| 2018-01-10 | Merge pull request #3655 from MikeMcQuaid/formula-cop-hash-match-array | Mike McQuaid | |
| formula_cop: match any values in hash match. | |||
| 2018-01-10 | Merge pull request #3654 from sjackman/check_install_sanity | Mike McQuaid | |
| check_install_sanity: Use formula.runtime_dependencies | |||
| 2018-01-09 | formula_cop: match any values in hash match. | Mike McQuaid | |
| e.g. match an array or symbol or string. | |||
| 2018-01-09 | Merge pull request #3653 from alyssais/installed_on_request | Alyssa Ross | |
| Preserve installed_on_request for dependencies | |||
| 2018-01-09 | check_install_sanity: Use formula.runtime_dependencies | Shaun Jackman | |
| Fix Error: wget contains conflicting version recursive dependencies: openssl, openssl@1.1 | |||
| 2018-01-09 | Preserve installed_on_request for dependencies | Alyssa Ross | |
| Fixes https://github.com/Homebrew/brew/issues/3642. | |||
| 2018-01-09 | audit: allow env :std in custom taps. | Mike McQuaid | |
| This is a nicer experience than writing `Requirement`s by hand. | |||
| 2018-01-09 | upgrade: fix UnsatisfiedRequirements exit code. | Mike McQuaid | |
| 2018-01-08 | upgrade: skip formula if upgrade fails. | Mike McQuaid | |
| Rather than blocking the rest of the formulae from being installed by `brew upgrade` print the requirement failure messages (already done) and an error stating requirements weren't satisfied and then continue to upgrade the rest of the formulae. | |||
| 2018-01-08 | Use hgpath instead of "hg" to fix --HEAD hg builds | Steven Peters | |
| Fixes #3628. With environment filtering, hg was no longer in the path, so make sure to provide the path when calling hg commands. last_commit was the source of the problem in #3628 but I fixed source_modified_time as well. I didn't see any others with this problem. | |||
| 2018-01-07 | Merge pull request #3633 from MikeMcQuaid/lines_cop_version | Mike McQuaid | |
| lines_cop: flag `depends_on :perl => "1.0"`. | |||
| 2018-01-07 | Use parser 2.4.0.0 | Mike McQuaid | |
| This matches the version that supports Ruby 2.3.3 syntax (which is the version we use). | |||
| 2018-01-07 | formula_cop: use undeprecated add_offense form. | Mike McQuaid | |
| 2018-01-07 | lines_cop: flag `depends_on :perl => "1.0"`. | Mike McQuaid | |
| This requires ignoring the version argument with a new `:any` mode for this check. | |||
| 2018-01-07 | audit: pass explicit sort to handle APFS | commitay | |
| 2018-01-04 | Merge pull request #3627 from sjackman/circleci | Mike McQuaid | |
| pathname: Use CI env variable rather than TRAVIS | |||
| 2018-01-03 | pathname: Use CI env variable rather than TRAVIS | Shaun Jackman | |
| 2018-01-03 | LD64Dependency is needed on macOS only | Shaun Jackman | |
| Move ld64_dependency.rb to os/mac/. | |||
| 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 | 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 | |
