| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-22 | gpg2_requirement: use direct 'available?' logic | Dominyk Tiller | |
| 2017-10-22 | gpg: make executable a function, not a constant | Dominyk Tiller | |
| It's a lot nicer to call `Gpg.executable` rather than `Gpg::GPG_EXECUTABLE` externally. Also squash some logic. | |||
| 2017-10-21 | Actually check that the command name was set before adding it to args | L. E. Segovia | |
| 2017-10-21 | Merge pull request #3347 from DomT4/apfs_diagnostic | Mike McQuaid | |
| diagnostic: handle APFS returning hash order | |||
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-21 | lines_cop: Refactor to multiple cops and fix style violations | Gautham Goli | |
| 2017-10-20 | Fix brew style errors | L. E. Segovia | |
| 2017-10-20 | diagnostic: handle APFS returning hash order | Dominyk Tiller | |
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-20 | Let Cask handle the -h flag | L. E. Segovia | |
| 2017-10-20 | leaves: account for requirements | Maxim Belkin | |
| 2017-10-20 | Update `rubocop-cask` version. | Markus Reiter | |
| 2017-10-20 | Merge pull request #3335 from JCount/xcode-9.0.1 | Mike McQuaid | |
| xcode: update to Xcode 9.0.1 on 10.12 and 10.13 | |||
| 2017-10-20 | Merge pull request #3304 from richiethomas/refactor_uses | Mike McQuaid | |
| In 'readall.rb', replaced multi-step 'each' loop with one-line method chain of Ruby enumerator methods | |||
| 2017-10-20 | Fix ternary condition style | L. E. Segovia | |
| 2017-10-20 | Remove memoization from uses.rb, as it doesn't result in the expected time ↵ | richiethomas | |
| complexity savings | |||
| 2017-10-20 | Print only the offending command instead of the whole Cask command | L. E. Segovia | |
| 2017-10-20 | Merge pull request #3319 from reitermarkus/squiggly-heredocs | Mike McQuaid | |
| Use “squiggly” heredocs. | |||
| 2017-10-20 | Add tests for `FormulaAuditor#audit_deps` | Claudia | |
| These tests cover a few aspects of the `FormulaAuditor#audit_deps` method. The main focus is the part where FormulaAuditor checks for dependencies on formulas which are tagged `keg_only` with the `:provided_by_macos` reason. For this particular kind of `keg_only` formulas, we expect `brew audit --new-formula` to fail with a problem message like: > Dependency 'bc' may be unnecessary as it is provided by > macOS; try to build this formula without it. For more details, see the relevant discussion: [1] https://github.com/Homebrew/homebrew-core/pull/14067#issuecomment-335046151 [2] https://github.com/Homebrew/brew/pull/3290#issuecomment-335052140 | |||
| 2017-10-20 | Merge pull request #3334 from DomT4/ds_store_is_not_a_command | Mike McQuaid | |
| commands: filter out dotfiles from output | |||
| 2017-10-20 | commands: tweak find_internal_commands. | Mike McQuaid | |
| Use a more typical Ruby style. | |||
| 2017-10-20 | Merge pull request #3302 from maxim-belkin/readall-multiple-taps | Mike McQuaid | |
| readall: allow readall-ing multiple taps at once | |||
| 2017-10-19 | build_environment: Linux env vars | Maxim Belkin | |
| 2017-10-19 | xcode: update to Xcode 9.0.1 on 10.12 and 10.13 | JCount | |
| 2017-10-18 | Fix brew style warnings | richiethomas | |
| 2017-10-18 | PR feedback- replace '#{HOMEBREW_LIBRARY}/Homebrew/**/*.rb' with ↵ | richiethomas | |
| '#{HOMEBREW_LIBRARY_PATH}/**/*.rb' | |||
| 2017-10-18 | Remove /cask/ from readall file filter | richiethomas | |
| 2017-10-18 | Merge pull request #3279 from sjackman/pull | Mike McQuaid | |
| Support `brew pull --bottle` for taps in organizations other than Homebrew | |||
| 2017-10-18 | readall: update documentation | Maxim Belkin | |
| 2017-10-18 | Merge pull request #3332 from sjackman/setup-ruby-path | Mike McQuaid | |
| setup-ruby-path: Ensure that Ruby is installed | |||
| 2017-10-18 | Move `String#undent` to `compat`. | Markus Reiter | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-18 | Shorten HOMEBREW_HELP set/unset | L. E. Segovia | |
| 2017-10-18 | Correct setting and deleting HOMEBREW_HELP | L. E. Segovia | |
| (and also delete the extra help_flag case, it's no longer needed) | |||
| 2017-10-18 | Only unset HOMEBREW_HELP before issuing the tap | L. E. Segovia | |
| 2017-10-18 | commands: filter out dotfiles from output | Dominyk Tiller | |
| 2017-10-18 | Merge pull request #3326 from sjackman/portable-ruby1.3.6 | Mike McQuaid | |
| portable-ruby: use rebuild with coverage support for Linux. | |||
| 2017-10-18 | Merge pull request #3229 from BenMusch/check-for-master-no-refactor | Mike McQuaid | |
| doctor: Check for branch of core tap (take 2) | |||
| 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. | |||
