aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2018-01-08upgrade: skip formula if upgrade fails.Mike McQuaid
Rather than blocking the rest of the formulae from being installed by `brew upgrade` print the requirement failure messages (already done) and an error stating requirements weren't satisfied and then continue to upgrade the rest of the formulae.
2018-01-07Use parser 2.4.0.0Mike McQuaid
This matches the version that supports Ruby 2.3.3 syntax (which is the version we use).
2017-12-30reinstall/upgrade: document use of options.Mike McQuaid
To avoid user confusion e.g. #3606.
2017-12-14gist-logs: use full path to brew.Mike McQuaid
This fixes the command with environment filtering enabled.
2017-12-11doctor: tell people not to file issues.Mike McQuaid
This stuff doesn't matter.
2017-12-10Merge pull request #3543 from MikeMcQuaid/remove-env-unsetsMike McQuaid
Remove some unset/checked environment checks
2017-12-08Remove some unset/checked environment checksMike McQuaid
These will be redundant once environment filtering is on by default in #3529.
2017-12-02Revert extra deletionL. E. Segovia
2017-12-02Rename whole build_options block (copypaste from reinstall)L. E. Segovia
2017-12-02Delete `--ignore-dependencies` additionsL. E. Segovia
2017-12-02Let the upgrade command add new build flagsL. E. Segovia
2017-12-02Remember `--ignore-dependencies` when installing and upgradingL. E. Segovia
2017-11-27vendor-install: Add ARM bottle for portable-rubyShaun Jackman
2017-11-26Allow optionally using Homebrew's curlMike McQuaid
If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead of the system `curl`.
2017-11-16vendor-install: Observe HOMEBREW_STDERRShaun Jackman
Suppress stderr unless HOMEBREW_STDERR is set.
2017-11-07brew list --pinned: pass explicit sort to handle APFScommitay
2017-11-06brew list --versions: pass explicit sort to handle APFScommitay
2017-11-05Refactor command handling codeMike McQuaid
Don’t rely on having external commands always present in the PATH in order to find them. Instead, provide an accessory method to Tap so they can be added and used when needed. While we’re here, do some general refactoring and cleanup of the command code in these places.
2017-10-29cmd/sh: set working PS1 for zsh.Mike McQuaid
The `bash`, default one is broken on `zsh`.
2017-10-28Merge pull request #3380 from jmsundar/apfs_tap-infoMike McQuaid
tap-info: handle APFS returning hash order
2017-10-28style changesJayendra Minakshisundar
2017-10-27tap-info: sort taps by name to handle APFSJayendra Minakshisundar
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
2017-10-20leaves: account for requirementsMaxim Belkin
2017-10-20Merge pull request #3304 from richiethomas/refactor_usesMike McQuaid
In 'readall.rb', replaced multi-step 'each' loop with one-line method chain of Ruby enumerator methods
2017-10-20Remove memoization from uses.rb, as it doesn't result in the expected time ↵richiethomas
complexity savings
2017-10-20Merge pull request #3319 from reitermarkus/squiggly-heredocsMike McQuaid
Use “squiggly” heredocs.
2017-10-20Merge pull request #3334 from DomT4/ds_store_is_not_a_commandMike McQuaid
commands: filter out dotfiles from output
2017-10-20commands: tweak find_internal_commands.Mike McQuaid
Use a more typical Ruby style.
2017-10-20Merge pull request #3302 from maxim-belkin/readall-multiple-tapsMike McQuaid
readall: allow readall-ing multiple taps at once
2017-10-18Fix brew style warningsrichiethomas
2017-10-18PR feedback- replace '#{HOMEBREW_LIBRARY}/Homebrew/**/*.rb' with ↵richiethomas
'#{HOMEBREW_LIBRARY_PATH}/**/*.rb'
2017-10-18Remove /cask/ from readall file filterrichiethomas
2017-10-18readall: update documentationMaxim Belkin
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-18commands: filter out dotfiles from outputDominyk Tiller
2017-10-18Merge pull request #3326 from sjackman/portable-ruby1.3.6Mike McQuaid
portable-ruby: use rebuild with coverage support for Linux.
2017-10-18Merge pull request #3316 from DomT4/handle_apfs_love_of_hash_orderMike McQuaid
Handle APFS returning hash order.
2017-10-17Memoize recursive dependency checks; reduces calls to ↵richiethomas
'f.recursive_dependencies' by an order of magnitude
2017-10-17vendor-install: use full shasum PATH.Mike McQuaid
Otherwise things can explode if there's a random `shasum`. See #3281.
2017-10-16portable-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-14info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14deps: pass explicit sort to handle APFSDominyk Tiller
2017-10-14list: pass explicit sort to handle APFSDominyk Tiller
2017-10-14options: pass explicit sort to handle APFSDominyk Tiller
2017-10-14leaves: pass explicit sort to handle APFSDominyk Tiller
2017-10-14missing: pass explicit sort to handle APFSDominyk Tiller
2017-10-14tap-info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14commands: pass explicit sort to handle APFSDominyk Tiller
2017-10-14update-report: pass explicit sort to handle APFSDominyk Tiller