| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-18 | Merge pull request #3652 from MikeMcQuaid/add-more-deprecations-disables | Mike McQuaid | |
| Add more deprecations, disable some existing ones. | |||
| 2018-01-18 | Merge pull request #3691 from MikeMcQuaid/odeprecated-developer-message | Mike McQuaid | |
| utils: tell developers to submit odeprecated PRs. | |||
| 2018-01-17 | utils: tell developers to submit odeprecated PRs. | Mike McQuaid | |
| Rather than just telling them to submit an issue as it's likely that as these folks will be able to submit a PR. | |||
| 2018-01-15 | Merge pull request #3685 from MikeMcQuaid/update-docs-gems | Mike McQuaid | |
| docs: update gems. | |||
| 2018-01-15 | Merge pull request #3680 from commitay/moved-permissions | Markus Reiter | |
| cask moved: check target writable for move_back | |||
| 2018-01-15 | docs: update gems. | Mike McQuaid | |
| - check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits | |||
| 2018-01-14 | Merge pull request #3684 from Homebrew/revert-3670-gitconfig | ilovezfs | |
| Revert "Use Homebrew's gitconfig for various commands" | |||
| 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-14 | Merge pull request #3667 from commitay/cask-doctor-sip | Vítor Galvão | |
| cask doctor: sip status | |||
| 2018-01-13 | Merge pull request #3679 from alyssais/zsh_cask_completion | Alyssa Ross | |
| Don't auto-tap caskroom/cask in ZSH completion | |||
| 2018-01-13 | cask moved: check target writable for move_back | commitay | |
| 2018-01-13 | Merge pull request #3678 from rakkesh/zcompsys | Mike McQuaid | |
| brew unlink: fix short option | |||
| 2018-01-13 | Merge pull request #3675 from apjanke/update-bash-cask-completions | Alyssa Ross | |
| update brew cask bash completions | |||
| 2018-01-13 | Don't auto-tap caskroom/cask in ZSH completion | Alyssa Ross | |
| The Bash completion just uses the directory tree rather than invoking `brew cask`, so doesn't exhibit the same behaviour. | |||
| 2018-01-13 | brew unlink: fix short option | Rakesh | |
| 2018-01-12 | Merge pull request #3674 from jacknagel/patch-1 | ilovezfs | |
| Suppress alias expansion in bash completion script | |||
| 2018-01-13 | cask doctor: sip status | commitay | |
| 2018-01-12 | update brew cask bash completions | Andrew Janke | |
| 2018-01-12 | Suppress alias expansion in bash completion script | Jack Nagel | |
| 2018-01-12 | Merge pull request #3671 from EricFromCanada/docs-python | Mike McQuaid | |
| docs: remove :python requirement | |||
| 2018-01-12 | Python-for-Formula-Authors: python from PATH isn't used. | Mike McQuaid | |
| 2018-01-12 | Homebrew-and-Python: can't build from source to avoid Homebrew python. | Mike McQuaid | |
| 2018-01-11 | docs: remove :python requirement | EricFromCanada | |
| 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 | Merge pull request #3669 from MikeMcQuaid/brewsci | Mike McQuaid | |
| Interesting-Taps-and-Forks: add brewsci org taps. | |||
| 2018-01-11 | Interesting-Taps-and-Forks: add brewsci org taps. | Mike McQuaid | |
| From the artist known as homebrew-science. | |||
| 2018-01-11 | Merge pull request #3668 from shigemk2/rubydoc-depends_on | Mike McQuaid | |
| docs: Fix depends_on examples in Formula page | |||
| 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 | Merge pull request #3660 from MikeMcQuaid/unlink-keg-no-sticky | Mike McQuaid | |
| reinstall/upgrade: stop unlinked kegs being sticky | |||
| 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 | Add more deprecations, disable some existing ones. | Mike McQuaid | |
| Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code. | |||
| 2018-01-09 | Merge pull request #3646 from apjanke/cask-bash-completion | Andrew Janke | |
| Cask bash completion | |||
| 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 | Merge pull request #3650 from MikeMcQuaid/audit-allow-std | Mike McQuaid | |
| audit: allow env :std in custom taps. | |||
| 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 | Merge pull request #3647 from apjanke/bash-null-completion | Mike McQuaid | |
| bash completion: add null completion where appropriate | |||
| 2018-01-09 | Merge pull request #3645 from mchao409/master | Alyssa Ross | |
| add a few missing periods | |||
