aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Expand)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-28Fix installing a local bottle from sourceShaun Jackman
2017-09-27receipt_path: Ensure the bottle contains INSTALL_RECEIPT.jsonShaun Jackman
2017-09-25Merge pull request #3183 from MikeMcQuaid/rubocop-upgradeMike McQuaid
2017-09-25portable-ruby: fix installation on Leopard.Mike McQuaid
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-24utils/git: cache less aggressively.Mike McQuaid
2017-09-23utils/git: don't fail when CoreTap is untapped.Mike McQuaid
2017-09-23Merge pull request #3174 from sjackman/popen-optionsMike McQuaid
2017-09-22portable-ruby: improve installation messaging.Mike McQuaid
2017-09-21Upgrade vendored Ruby to 2.3.3.Mike McQuaid
2017-09-20popen: Do not suppress stderr when HOMEBREW_STDERRShaun Jackman
2017-09-20popen: Add an options argumentShaun Jackman
2017-09-19Revert "popen: Do not suppress stderr"ilovezfs
2017-09-18Merge pull request #3099 from sjackman/popen_read_stderrMike McQuaid
2017-09-10Let `curl_download` handle HTTP 416 error.Markus Reiter
2017-09-08popen: Do not suppress stderr unless -d or -vShaun Jackman
2017-09-02Merge pull request #2955 from mansimarkaur/git_testsMike McQuaid
2017-08-31github: limit PR search to HomebrewDominyk Tiller
2017-08-29Merge pull request #2950 from mansimarkaur/svnMisty De Meo
2017-08-29Used already existing clear_git_available_cache to remove @gitmansimarkaur
2017-08-29Modified clear_anonymous_os_prefix_ci_cachemansimarkaur
2017-08-29Added clear_anonymous_os_prefix_ci_cachemansimarkaur
2017-08-29Added clear_svn_version_cachemansimarkaur
2017-08-29Added check for svn availabilitymansimarkaur
2017-08-29Improved tests for svn_available?mansimarkaur
2017-08-27Added clear git version cache methodmansimarkaur
2017-08-27Added tests for ensure_git_installed when git is available or homebrew/core i...mansimarkaur
2017-08-27Added tests for git_available?mansimarkaur
2017-08-27Added tests for last_revision_commit_of_filemansimarkaur
2017-08-25safe_fork: Improve the error messageShaun Jackman
2017-08-21Fix `pull`.Markus Reiter
2017-08-20Move fix from #3070 inside `GitHub` module.Markus Reiter
2017-08-17Change var nameBen Muschol
2017-08-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
2017-08-14Spec for issues searchBen Muschol
2017-08-14Implement PR feedbackBen Muschol
2017-08-13fix typoBen Muschol
2017-08-13Fix syntax errorBen Muschol
2017-08-13Rename path_to -> url_to since it returns a urlBen Muschol
2017-08-13Remove duplicate url generation logic in Github moduleBen Muschol
2017-08-11Donโ€™t pass `--fail` for `curl_output`.Markus Reiter
2017-08-10`curl_download`: Retry once on error `33`.Markus Reiter
2017-08-08Allow `curl` args to be overriden.Markus Reiter
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
2017-06-24๐Ÿ—‘๏ธ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-20Add `trash` util.Markus Reiter