| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-18 | Merge pull request #3316 from DomT4/handle_apfs_love_of_hash_order | Mike McQuaid | |
| Handle APFS returning hash order. | |||
| 2017-10-18 | Merge pull request #3330 from MikeMcQuaid/vendor-install-shasum | Mike McQuaid | |
| vendor-install: use full shasum PATH. | |||
| 2017-10-18 | Merge pull request #3315 from maxim-belkin/linux-caveats-plist | Mike McQuaid | |
| caveats.rb: empty method on Linux | |||
| 2017-10-18 | Merge pull request #3291 from JCount/lines-cop-fix-wine-universal-binary | Mike McQuaid | |
| lines_cop: add ENV.universal_binary audit exemption for wine | |||
| 2017-10-18 | rubocop.yml: ignore length of manpage comments. | Mike McQuaid | |
| 2017-10-18 | Merge pull request #3333 from DomT4/java_versioning | Mike McQuaid | |
| java_requirement: fix Java 9 version detection | |||
| 2017-10-18 | Merge pull request #3270 from sjackman/os-requirement | Mike McQuaid | |
| Add depends_on :linux and :macos | |||
| 2017-10-18 | Merge pull request #3329 from ashfurrow/messaging | Markus Reiter | |
| Specifies which errant version of Ruby is used in raise. | |||
| 2017-10-18 | java_requirement: fix detection of new Java versioning scheme | Dominyk Tiller | |
| Closes https://github.com/Homebrew/brew/issues/3331. | |||
| 2017-10-17 | Memoize recursive dependency checks; reduces calls to ↵ | richiethomas | |
| 'f.recursive_dependencies' by an order of magnitude | |||
| 2017-10-17 | pull: Move test_bot_user to a new module GitHub | Shaun Jackman | |
| Address the style issue: C: Module has too many lines. [364/360] | |||
| 2017-10-17 | pull: Add --test-bot-user | Shaun Jackman | |
| Infer the name of the test-bot GitHub user if it is not provided. | |||
| 2017-10-17 | pull: Add --bintray-org | Shaun Jackman | |
| Infer the name of the Bintray organization if it's not provided. | |||
| 2017-10-17 | Rename MinimumMacOSRequirement to MacOSRequirement | Shaun Jackman | |
| Move MinimumMacOSRequirement to compat. | |||
| 2017-10-17 | Add depends_on :linux and :macos | Shaun Jackman | |
| 2017-10-17 | setup-ruby-path: Ensure that Ruby is installed | Shaun Jackman | |
| Fix the error: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 372: exec: : not found | |||
| 2017-10-17 | Specifies which errant version of Ruby is used in raise. | Ash Furrow | |
| 2017-10-17 | Merge pull request #3323 from reitermarkus/edit-invalid-cask | Markus Reiter | |
| Allow editing invalid Casks. | |||
| 2017-10-17 | Merge pull request #3294 from DomT4/an_empty_string_is_a_naughty_desc | Mike McQuaid | |
| formula_desc_cop: empty string is not a valid desc | |||
| 2017-10-17 | Merge pull request #3293 from DomT4/predicate_audit | Mike McQuaid | |
| audit: more *_predicate nudging/tweaks | |||
| 2017-10-17 | Merge pull request #3298 from vszakats/pull302 | Mike McQuaid | |
| pull: fix bintray verification failing due to redirection | |||
| 2017-10-17 | vendor-install: use full shasum PATH. | Mike McQuaid | |
| Otherwise things can explode if there's a random `shasum`. See #3281. | |||
| 2017-10-16 | portable-ruby: use rebuild with coverage support for Linux. | Shaun Jackman | |
| This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support. | |||
| 2017-10-16 | remove sneaky empty line | Maxim Belkin | |
| 2017-10-16 | caveats: making plist_caveats macOS-only | Maxim Belkin | |
| 2017-10-15 | Merge pull request #3296 from reitermarkus/refactor-languages | Markus Reiter | |
| Refactor `MacOS::languages`. | |||
| 2017-10-15 | Allow editing invalid Casks. | Markus Reiter | |
| 2017-10-15 | lines_cop_spec: improve language in universal_binary and build tests | JCount | |
| 2017-10-15 | lines_cop_spec: add test for ENV.universal_binary audit exemption for wine | JCount | |
| 2017-10-15 | lines_cop: add ENV.universal_binary audit exemption for wine | JCount | |
| 2017-10-14 | info: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | deps: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | list: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | options: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | diagnostic: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | leaves: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | missing: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | tap: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | tap-info: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | commands: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | update-report: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | uses: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | search: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-10-14 | formula_desc_cop_spec: add empty string test | Dominyk Tiller | |
| 2017-10-14 | formula_desc_cop: empty string is not a valid desc | Dominyk Tiller | |
| Just a slightly tweaked version of https://github.com/Homebrew/brew/issues/3286#issuecomment-334983011 | |||
| 2017-10-14 | Merge pull request #3309 from reitermarkus/system-command | Markus Reiter | |
| Refactor `SystemCommand`. | |||
| 2017-10-13 | caveats.rb: empty method on Linux | Maxim Belkin | |
| 2017-10-13 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-13 | fileutils: deprecate rake DSL | ilovezfs | |
| superenv and the `:ruby` requirement make a `rake` DSL unnecessary. | |||
| 2017-10-12 | In 'readall.rb', replaced multi-step 'each' loop with one-line method chain ↵ | Richie Thomas | |
| of Ruby enumerator methods | |||
