| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2017-09-04 | audit: Fetch formula name from file path rather than class name in cops | Gautham Goli | |
| 2017-09-04 | audit: Add tests for rubocop methods in line_cop.rb | Gautham Goli | |
| 2017-09-04 | audit: Port rules from line_problems to rubocop part 3 | Gautham Goli | |
| 2017-09-04 | Merge pull request #3076 from DomT4/high_sierra_b71.3.2 | Mike McQuaid | |
| mac/xcode: update expected Clang on 10.13 | |||
| 2017-09-04 | Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fix | Mike McQuaid | |
| audit: fix subversion remote check logic. | |||
| 2017-09-03 | Merge pull request #3096 from vszakats/urlchk1 | Mike McQuaid | |
| audit: Add some heuristics to https upgrade checks | |||
| 2017-09-03 | audit: fix subversion remote check logic. | Mike McQuaid | |
| Stop flagging invalid URLs as valid and vice-versa. Fixes #3118. | |||
| 2017-09-03 | Merge pull request #3109 from DomT4/mandatory_java_cache | Mike McQuaid | |
| Java: deprecate ENV.java_cache in favour of setting it by default. | |||
| 2017-09-02 | Merge pull request #2955 from mansimarkaur/git_tests | Mike McQuaid | |
| Added tests for utils/git | |||
| 2017-09-02 | Merge pull request #3098 from DomT4/gnupg | ilovezfs | |
| gpg: tweaks | |||
| 2017-09-02 | Merge pull request #3084 from laughedelic/cask/search-offline | Markus Reiter | |
| Offline cask search and listing all available casks | |||
| 2017-09-02 | Updated cask search manpage | Alexey Alekhin | |
| 2017-09-02 | Minor tests formatting change | Alexey Alekhin | |
| 2017-09-01 | cleanup range check | Viktor Szakats | |
| 2017-08-31 | search_remote_tap spec: fix test offline | Misty De Meo | |
| Even though we stub the JSON response, the method being tested always returns [] immediately if HOMEBREW_NO_GITHUB_API is set. | |||
| 2017-09-01 | gpg: create unified test helper | Dominyk Tiller | |
| 2017-09-01 | gpg2_requirement: update code comments | Dominyk Tiller | |
| 2017-09-01 | gpg: test usability tweaks | Dominyk Tiller | |
| 2017-09-01 | gpg: be less strict on newer versions | Dominyk Tiller | |
| 2017-08-31 | audit: add a nudge to remove ENV.java_cache | Dominyk Tiller | |
| 2017-08-31 | ENV: move java_cache to compat for future hard deprecation | Dominyk Tiller | |
| 2017-08-31 | formula: manipulate Java's home usage by default | Dominyk Tiller | |
| 2017-08-31 | Merge pull request #3105 from sjackman/pour_local_bottle | Mike McQuaid | |
| pour_bottle?: Pour local bottles without sha256 | |||
| 2017-08-31 | Merge pull request #3110 from DomT4/too_many_goats | Mike McQuaid | |
| github: limit PR search to Homebrew | |||
| 2017-08-31 | Merge pull request #3111 from alyssais/migrate_empty_homebrew_directory | Mike McQuaid | |
| Don't fail to migrate repo because of empty dir | |||
| 2017-08-31 | Don't fail to migrate repo because of empty dir | Alyssa Ross | |
| I just ran into an issue where a colleague's Homebrew couldn't update. It seems to have been because it failed once just after the new repo directory was created. Since there was nothing in this directory, there really isn't any reason for us to fail here, so to avoid this problem in the future, try to `rmdir` the directory before failing because it already exists. | |||
| 2017-08-30 | Merge pull request #3102 from DomT4/pillow | ilovezfs | |
| missing_formula: update for Pillow's brew demise. | |||
| 2017-08-31 | github: limit PR search to Homebrew | Dominyk Tiller | |
| Not sure whether this is the way you want to handle this problem but it's really darn irritating so here's a PR that handles it one way. Fixes: https://github.com/Homebrew/brew/pull/3086#issuecomment-324519156 | |||
| 2017-08-31 | Changed warning message as recommended by @reitermarkus | Alexey Alekhin | |
| 2017-08-30 | pour_bottle?: Pour local bottles without sha256 | Shaun Jackman | |
| Pouring a local bottle for a formula without a bottle sha256 in the formula for that OS would unexpectedly install from source instead. | |||
| 2017-08-30 | pour_bottle?: Ensure local bottles are compatible | Shaun Jackman | |
| Don't ignore f.pour_bottle? and compatible_cellar? when pouring a local bottle. --force-bottle may be used to pour a local bottle that is incompatible, as it is for remote bottles. | |||
| 2017-08-29 | Merge pull request #2950 from mansimarkaur/svn | Misty De Meo | |
| Added tests for utils/svn | |||
| 2017-08-29 | Used already existing clear_git_available_cache to remove @git | mansimarkaur | |
| 2017-08-29 | fix length ratio range | Viktor Szakats | |
