| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-22 | fetch: also fetch resources' patches | ilovezfs | |
| 2018-01-22 | resource: allow patches to be applied | ilovezfs | |
| 2018-01-21 | rubocop: don't always display cop names. | ilovezfs | |
| 2018-01-21 | Merge pull request #3712 from sesam/language-fix | Mike McQuaid | |
| fix broken sentence | |||
| 2018-01-21 | Merge pull request #3703 from ilovezfs/dot-dirs-are-not-racks | Mike McQuaid | |
| formula: reject dot dirs as racks | |||
| 2018-01-21 | Merge pull request #3702 from ilovezfs/fix-rmdir_if_possible-with-mount-points | Mike McQuaid | |
| pathname: fix rmdir_if_possible with mount points | |||
| 2018-01-21 | Merge pull request #3706 from MikeMcQuaid/deprecation-fixes | Mike McQuaid | |
| Deprecation fixes and cleanup | |||
| 2018-01-21 | compat/requirements: fix dependency names. | Mike McQuaid | |
| 2018-01-21 | formula_support: remove duplicated odeprecated. | Mike McQuaid | |
| These are already present in compat. | |||
| 2018-01-21 | upgrade --all: use odeprecated. | Mike McQuaid | |
| 2018-01-21 | (un)linkapps: hide from manpage, use odeprecated. | Mike McQuaid | |
| 2018-01-21 | utils: no deprecations for cached formulae. | Mike McQuaid | |
| `HOMEBREW_CACHE`d and `.brew`ed formulae cannot be updated so don't complain about their deprecation. | |||
| 2018-01-21 | fix broken sentence | Simon B | |
| 2018-01-19 | formula: reject dot dirs as racks | ilovezfs | |
| Dot directories are not racks because formulae names do not start with "." so avoid attempting to descend into dot directories, which may not always be possible (e.g. .Trashes). | |||
| 2018-01-19 | pathname: fix rmdir_if_possible with mount points | ilovezfs | |
| Attempting to rmdir a directory that is a mount point results in EBUSY, not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible. | |||
| 2018-01-18 | Improve deprecation message for dependency tags | Alyssa Ross | |
| It took me a while to figure out what this deprecation actually did, because the message wasn't accurate. | |||
| 2018-01-18 | Load formula_support deprecations | Alyssa Ross | |
| We should probably write tests for these going forward. ;) | |||
| 2018-01-18 | `prepend` instead of alias hacks for deprecations | Alyssa Ross | |
| 2018-01-18 | Merge pull request #3676 from apjanke/make-apjanke-former-maintainer | Mike McQuaid | |
| README: update list of maintainers | |||
| 2018-01-18 | Update other Homebrew maintainers. | Mike McQuaid | |
| 2018-01-18 | Merge pull request #3661 from MikeMcQuaid/deprecate-default-formula | Mike McQuaid | |
| Deprecate default_formula Requirement DSL | |||
| 2018-01-18 | Merge pull request #3689 from sjackman/pull-json | Mike McQuaid | |
| publish_bottle_file_on_bintray: Use f.full_name | |||
| 2018-01-18 | Merge pull request #3694 from MikeMcQuaid/more-odisabled | Mike McQuaid | |
| Disable and add more deprecations. | |||
| 2018-01-18 | Merge pull request #3693 from ilovezfs/info-always-show-spec-options | Mike McQuaid | |
| info: show spec options for optionless formulae | |||
| 2018-01-18 | Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harder | Mike McQuaid | |
| Deprecate requirements harder | |||
| 2018-01-18 | Merge pull request #3636 from Homebrew/rubocop-bump | Mike McQuaid | |
| rubocop 0.52.1 | |||
| 2018-01-18 | Disable and add more deprecations. | Mike McQuaid | |
| These have all been deprecated/compat for a while. | |||
| 2018-01-18 | Deprecate requirements harder | Mike McQuaid | |
| Remove more Requirement logic to enable future removal of default formula logic. Also, output deprecations, convert symbol requirement usage to deps and simplify the compatibility code for the direct Requirement usage. | |||
| 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 | info: show spec options for optionless formulae | ilovezfs | |
| Previsiouly, info would not display --HEAD or --devel for formulae that had no options other than those spec options. | |||
| 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-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2018-01-16 | publish_bottle_file_on_bintray: Use f.full_name | Shaun Jackman | |
| 2018-01-15 | rubocop 0.52.1 | Mike McQuaid | |
| 2018-01-15 | Merge pull request #3680 from commitay/moved-permissions | Markus Reiter | |
| cask moved: check target writable for move_back | |||
| 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 | Deprecate default_formula Requirement DSL | Mike McQuaid | |
| This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core. | |||
| 2018-01-13 | cask moved: check target writable for move_back | commitay | |
| 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. | |||
