| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-23 | Added tests for language/node.rb | mansimarkaur | |
| 2017-06-22 | pkgconfig: update libcurl for 10.13 | Dominyk Tiller | |
| 2017-06-22 | os/mac/xcode: enforce minimum CLT version on 10.13 | Dominyk Tiller | |
| 2017-06-22 | os/mac/xcode: update CLT Clang for 10.13 | Dominyk Tiller | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec (again) | Wang Boyu | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec | Wang Boyu | |
| 2017-06-21 | Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-param | Mike McQuaid | |
| rubocops: refactor to use consistent _body_node parameter name | |||
| 2017-06-20 | Merge pull request #2806 from reitermarkus/apfs | Markus Reiter | |
| 🔨 Fix sorting on APFS. | |||
| 2017-06-20 | Add support for `uninstall/zap :trash`. | Markus Reiter | |
| 2017-06-20 | Add `trash` util. | Markus Reiter | |
| 2017-06-20 | 🔨 Fix sorting on APFS. | Markus Reiter | |
| 2017-06-20 | Merge pull request #2776 from GauthamGoli/audit_checksum_rubocop_fix | Mike McQuaid | |
| audit: Fix audit_checksum method's rubocop and add more tests | |||
| 2017-06-19 | rubocops: use consistent (_)body_node parameter name | Andrew Janke | |
| 2017-06-19 | linkage_checker: Add harmless dylibs check. | William Woodruff | |
| While the linkage checker should normally report all broken links, there are a few cases where broken links are harmless. One case is when a the PPC slice of a program links to a PPC-only library that no longer exists on x86_64 OS X. Since the PPC slice is never loaded on modern OS X, inconsistencies within it do not need to be reported. | |||
| 2017-06-19 | Merge pull request #2778 from jasonkarns/tap-full-name | Mike McQuaid | |
| refactor: DRY up redundant formulations of {#user}/homebrew-{#repo} | |||
| 2017-06-19 | Tap learns to form its own full_name | Jason Karns | |
| full_name is formed from `{user}/homebrew-{repo}` and is always lowercase. | |||
| 2017-06-17 | diagnostic: quiet some CI whining. | Mike McQuaid | |
| We want to be able to symlink Homebrew/test-bot to Homebrew/core on Linux for CI speed. | |||
| 2017-06-16 | Refactor Checksum cop to add autocorrect method | Gautham Goli | |
| 2017-06-16 | Simplify Checksum cop by auditing all checksums | Gautham Goli | |
| 2017-06-16 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
| 2017-06-16 | Merge pull request #2761 from sjackman/bottleloader-url-homebrew | Mike McQuaid | |
| BottleLoader: Fix installing a bottle from an URL | |||
| 2017-06-16 | Merge pull request #2784 from bfontaine/suspicious-git-origin | Mike McQuaid | |
| diagnostic: Fix suggested git remote commands | |||
| 2017-06-15 | Fix outdated `--repository` man documentation | Matthew Strax-Haber | |
| 2017-06-14 | diagnostic: Fix suggested git remote commands | Baptiste Fontaine | |
| 2017-06-14 | Merge pull request #2775 from reitermarkus/language | Markus Reiter | |
| Fix `--language` option. | |||
| 2017-06-14 | Add test for `--language` option. | Markus Reiter | |
| 2017-06-14 | Move `require?` to `utils`. | Markus Reiter | |
| 2017-06-14 | Print DMG EULA when `--verbose`. | Markus Reiter | |
| 2017-06-13 | Fix DMG mounting. | Markus Reiter | |
| 2017-06-13 | BottleLoader: Fix installing a bottle from an URL | Shaun Jackman | |
| The name of the formula is not extracted correctly when the URL includes a hyphen. | |||
| 2017-06-13 | Add `casks` method to iterate through arguments. | Markus Reiter | |
| 2017-06-13 | Fix `--language` option. | Markus Reiter | |
| 2017-06-13 | 🔨 Refactor Cask exceptions. | Markus Reiter | |
| 2017-06-13 | format_desc_cop: whitelist more lowercase words | Isabell Long | |
| - From `homebrew-core` PR 14229, we decided to whitelist more words so that reordering to appease "description must start with a capital letter" wasn't so clunky. | |||
| 2017-06-12 | Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3 | Mike McQuaid | |
| rubocop: don’t allow Perl regex backrefs. | |||
| 2017-06-12 | Merge pull request #2767 from MikeMcQuaid/rubocop-no-special-global-vars | Mike McQuaid | |
| rubocop: don’t allow special global variables. | |||
| 2017-06-12 | Merge pull request #2766 from MikeMcQuaid/rubocop-no-percent-x | Mike McQuaid | |
| rubocop: don’t allow %x. | |||
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-10 | create: specify homebrew-core test requirements. | Mike McQuaid | |
| As requested in https://github.com/Homebrew/homebrew-core/pull/14419. | |||
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-10 | rubocop: don’t allow Perl regex backrefs. | Mike McQuaid | |
| Even if shell/perl users recognise these variables the explicit versions are significantly more readable for everyone. | |||
| 2017-06-10 | rubocop: don’t allow special global variables. | Mike McQuaid | |
| Even if shell/perl users recognise these variables the English versions are significantly more readable for everyone. | |||
| 2017-06-10 | rubocop: don’t allow %x. | Mike McQuaid | |
| It’s confusing for non-Rubyists (and some Rubyists) and that’s a major number of our current and future contributors. | |||
| 2017-06-10 | Merge pull request #2758 from MikeMcQuaid/build-error-options | Mike McQuaid | |
| BuildError: report options to analytics. | |||
| 2017-06-09 | Add symlink for High Sierra test bottle. | Markus Reiter | |
| 2017-06-09 | BuildError: report options to analytics. | Mike McQuaid | |
| Without this it's not easy to make much sense of these failures. | |||
| 2017-06-09 | Revert "audit: Port audit_checksum method to rubocop and add tests" | Mike McQuaid | |
| 2017-06-09 | Merge pull request #2755 from GauthamGoli/audit_checksum_rubocop | Mike McQuaid | |
| audit: Port audit_checksum method to rubocop and add tests | |||
| 2017-06-09 | Merge pull request #2752 from MikeMcQuaid/remove-unused-analytics | Mike McQuaid | |
| analytics: remove unused analytics. | |||
| 2017-06-08 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
