| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-11 | Make Cask commands fail early if a Cask is not found. | Markus Reiter | |
| 2017-09-11 | Merge pull request #3141 from reitermarkus/single-artifacts | Markus Reiter | |
| Make artifacts singular. | |||
| 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 | Merge pull request #3145 from reitermarkus/cask-search | Markus Reiter | |
| Make `brew cask search` spec deterministic. | |||
| 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 | Merge pull request #3129 from ilovezfs/fix-formula-prefix-envvar-for-head | ilovezfs | |
| build: fix HOMEBREW_FORMULA_PREFIX for head | |||
| 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 | Merge pull request #3138 from Homebrew/revert-3101-macho-use-object | ilovezfs | |
| Revert "mach: Avoid reopening the file for relocation" | |||
| 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-08 | Merge pull request #3127 from MikeMcQuaid/home_spec_testball | Mike McQuaid | |
| home_spec: use different test formula. | |||
| 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-06 | Merge pull request #3133 from MikeMcQuaid/travis-umask | Mike McQuaid | |
| travis.yml: fix umask for brew audit. | |||
| 2017-09-06 | travis.yml: fix umask for brew audit. | Mike McQuaid | |
| Change the umask before we create any files to avoid `brew audit` complaining about the `chmod` of formulae. | |||
| 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 | Merge pull request #3125 from DomT4/kaby_lake | Mike McQuaid | |
| mac/hardware/cpu: recognise Kaby Lake | |||
| 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 | Merge pull request #3108 from nerdrew/master | Mike McQuaid | |
| add zsh completion for switch <formula> <version> | |||
| 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 #3120 from woodruffw/analytics-clarification | Mike McQuaid | |
| docs: Clarify availability of analytics | |||
