| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | readall: update documentation | Maxim Belkin | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 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 #3316 from DomT4/handle_apfs_love_of_hash_order | Mike McQuaid | |
| Handle APFS returning hash order. | |||
| 2017-10-17 | Memoize recursive dependency checks; reduces calls to ↵ | richiethomas | |
| 'f.recursive_dependencies' by an order of magnitude | |||
| 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-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 | 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-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-12 | In 'readall.rb', replaced multi-step 'each' loop with one-line method chain ↵ | Richie Thomas | |
| of Ruby enumerator methods | |||
| 2017-10-10 | readall: allow readall-ing multiple taps at once | Maxim Belkin | |
| 2017-10-10 | Set RuboCop maximum to current maximum. | Markus Reiter | |
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-09-29 | brew: handle Ruby 2.3 more gracefully. | Mike McQuaid | |
| - `brew.rb` needed updated to fail unless on Ruby 2.3 - `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been installed. | |||
| 2017-09-28 | install.rb: stop early if there are no formulae to be installed | Maxim Belkin | |
| 2017-09-25 | Merge pull request #3183 from MikeMcQuaid/rubocop-upgrade | Mike McQuaid | |
| Rubocop: 0.50.0 and Ruby 2.3 | |||
| 2017-09-25 | portable-ruby: use rebuild with coverage support. | Mike McQuaid | |
| This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support. | |||
| 2017-09-25 | vendor-install: output only to stderr. | Mike McQuaid | |
| This avoids causing errors in scripts that call e.g. `brew --prefix`. | |||
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-23 | Merge pull request #3189 from MikeMcQuaid/portable-ruby-messaging | Mike McQuaid | |
| portable-ruby: improve installation messaging. | |||
| 2017-09-22 | portable-ruby: improve installation messaging. | Mike McQuaid | |
| - Use “Pouring” to be more consistent with our normal messaging. - Don’t be silent by default. | |||
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3 for Linux. | Shaun Jackman | |
| 2017-09-21 | Merge pull request #3164 from MikeMcQuaid/portable-ruby-2.3.3 | Mike McQuaid | |
| Upgrade vendored Ruby to 2.3.3. | |||
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3. | Mike McQuaid | |
| Use this version whenever 2.3.3 isn't installed. Also, remove the Linux portable Ruby for now until it's built to be the same version. | |||
| 2017-09-20 | audit: Use version pinned by brew while executing rubocop cli | Gautham Goli | |
| 2017-09-16 | List cask full-names | Dan Wendorf | |
| `brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta". | |||
| 2017-09-16 | Tweaks for older Mac OS X versions. | Mike McQuaid | |
| - `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed. | |||
| 2017-09-11 | Always load Cask in `brew irb`. | Markus Reiter | |
| 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-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-23 | audit: don't output when searching taps. | Mike McQuaid | |
| This messaging was added for the `brew search` command and having it in audit is annoying: (https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672) As a side note: this is why randomly including `cmd/*` is a bad idea. | |||
| 2017-08-22 | upgrade more urls to https | Viktor Szakats | |
| 2017-08-18 | Merge pull request #3054 from BenMusch/github-refactor | Markus Reiter | |
| Clean-up code in GitHub module to reduce duplication & coupling w/ Github API | |||
