| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-15 | Merge pull request #3151 from MikeMcQuaid/audit-more-http | Mike McQuaid | |
| Require more HTTP mirrors for old OS X versions. | |||
| 2017-09-15 | os/mac/diagnostic: allow custom Ruby for devs. | Mike McQuaid | |
| This avoids `brew doctor` warnings on High Sierra but in general this is a good idea for future versions and to allow Homebrew developers to test things out with different versions of Ruby. | |||
| 2017-09-14 | Require more HTTP mirrors for old OS X versions. | Mike McQuaid | |
| This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself. | |||
| 2017-09-14 | Merge pull request #3147 from reitermarkus/cask-irb | Markus Reiter | |
| Always load Cask in `brew irb`. | |||
| 2017-09-13 | mac/xcode: update expected Clang on 10.13 | Dominyk Tiller | |
| 2017-09-12 | Merge pull request #3126 from DomT4/curl_audit | Mike McQuaid | |
| audit: stop demanding a HTTP HEAD mirror for curl | |||
| 2017-09-12 | Fix method name. | Markus Reiter | |
| 2017-09-12 | Merge pull request #3148 from reitermarkus/uninstall-signal | Markus Reiter | |
| Fix uninstall with `:signal`. | |||
| 2017-09-12 | Fix uninstall with `:signal`. | Markus Reiter | |
| 2017-09-11 | linkage_checker: unnecessary dependencies | Maxim Belkin | |
| - rename 'extraneous' to 'unnecessary' - add the report under `linkage --test` | |||
| 2017-09-11 | linkage_checker: avoid some false positives | Maxim Belkin | |
| 2017-09-11 | linkage_checker: fix style | Maxim Belkin | |
| 2017-09-11 | linkage_checker: check for extraneous dependencies | Maxim Belkin | |
| 2017-09-11 | Always load Cask in `brew irb`. | Markus Reiter | |
| 2017-09-11 | Make Cask commands fail early if a Cask is not found. | Markus Reiter | |
| 2017-09-10 | Fix `_stanza`. | Markus Reiter | |
| 2017-09-10 | Treat every `Artifact` instance as a single artifact. | Markus Reiter | |
| 2017-09-10 | Merge pull request #3143 from jsoref/spelling | Markus Reiter | |
| Spelling | |||
| 2017-09-10 | Make `brew cask search` spec deterministic. | Markus Reiter | |
| 2017-09-10 | Merge pull request #3142 from reitermarkus/curl-full-download | Markus Reiter | |
| Let `curl_download` handle HTTP 416 error. | |||
| 2017-09-10 | spelling: should | Josh Soref | |
| 2017-09-10 | spelling: separated | Josh Soref | |
| 2017-09-10 | spelling: preserves | Josh Soref | |
| 2017-09-10 | spelling: perform | Josh Soref | |
| 2017-09-10 | spelling: parameters | Josh Soref | |
| 2017-09-10 | spelling: packages | Josh Soref | |
| 2017-09-10 | spelling: omitted | Josh Soref | |
| 2017-09-10 | spelling: intermediate | Josh Soref | |
| 2017-09-10 | spelling: incomplete | Josh Soref | |
| 2017-09-10 | spelling: does | Josh Soref | |
| 2017-09-10 | spelling: directories | Josh Soref | |
| 2017-09-10 | spelling: definitions | Josh Soref | |
| 2017-09-10 | spelling: comparison | Josh Soref | |
| 2017-09-10 | build: fix HOMEBREW_FORMULA_PREFIX for head | ilovezfs | |
| so that it includes the commit. | |||
| 2017-09-10 | Let `curl_download` handle HTTP 416 error. | Markus Reiter | |
| 2017-09-08 | Revert "mach: Avoid reopening the file for relocation" | ilovezfs | |
| 2017-09-08 | Merge pull request #3101 from woodruffw/macho-use-object | William Woodruff | |
| mach: Avoid reopening the file for relocation | |||
| 2017-09-08 | Merge pull request #3061 from mislav/hub-fork-forward-compat | Mike McQuaid | |
| bump-formula-pr: forward compatibility with `hub fork` | |||
| 2017-09-08 | popen: Do not suppress stderr unless -d or -v | Shaun Jackman | |
| 2017-09-08 | Merge pull request #3135 from alyssais/core_tap_output | Mike McQuaid | |
| Always output when tapping core | |||
| 2017-09-08 | Merge pull request #3122 from vszakats/patch-1 | Mike McQuaid | |
| git_spec.rb: use HTTPS for Git remote test | |||
| 2017-09-07 | home_spec: use different test formula. | Mike McQuaid | |
| Instead of `testball` use a formula named `testballhome` to avoid this clashing with any other formula named testball. | |||
| 2017-09-07 | Always output when tapping core | Alyssa Ross | |
| Hiding all output makes it look like Homebrew is hanging while the tap operation (which can take a long time!) is running. Closes #3053. | |||
| 2017-09-07 | git_spec.rb: use HTTPS for Git remote test | Viktor Szakats | |
| 2017-09-05 | Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3 | Mike McQuaid | |
| audit: Port line_problems to rubocop and add tests part 3 | |||
| 2017-09-05 | Merge pull request #2982 from GauthamGoli/audit_class_rubocop_port | Mike McQuaid | |
| audit: Port audit_class to rubocop, add tests and autocorrect | |||
| 2017-09-05 | audit: stop demanding a HTTP HEAD mirror for curl | Dominyk Tiller | |
| Not sure if this is how you want to handle it but having a HEAD mirror for `curl` is just silliness. Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f | |||
| 2017-09-05 | mac/hardware/cpu: recognise Kaby Lake | Dominyk Tiller | |
| The 2017 MacBook Pro line shipped with Kaby Lake CPUs. | |||
| 2017-09-04 | audit: Add a global flag to silent warning when auditing | Gautham Goli | |
| 2017-09-04 | audit: Port audit_class to rubocop, add tests and autocorrect | Gautham Goli | |
