| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-15 | test/utils/svn: Requires svn to succeed | Shaun Jackman | |
| 2018-02-15 | Unifying Linux/Mac logic that sets HOMEBREW_CURL | Maxim Belkin | |
| 2018-02-15 | Don't set HOMEBREW_MACOS_VERSION on non-mac systems | Maxim Belkin | |
| 2018-02-15 | brew.sh: changes from Linuxbrew (Linux fork) | Maxim Belkin | |
| These fixes do two things: - set HOMEBREW_MACOS_VERSION to 0 on non-HOMEBREW_MACOS machines - set HOMEBREW_CURL to Homebrew'd curl | |||
| 2018-02-15 | Merge pull request #3801 from reitermarkus/ignore-metadata-deprecations | Markus Reiter | |
| Make sure `.metadata` shows up in Cask backtrace. | |||
| 2018-02-14 | formula_installer: also run audit_installed for keg_only formulae | ilovezfs | |
| 2018-02-14 | backing up | commitay | |
| 2018-02-14 | cask move_back: copy / delete | commitay | |
| 2018-02-13 | Merge pull request #3803 from reitermarkus/cask-installer | Markus Reiter | |
| Add Homebrew’s `bin` to PATH for Cask installers. | |||
| 2018-02-13 | Merge pull request #3802 from reitermarkus/cask-auto-update | Markus Reiter | |
| Auto-update on `brew cask install/upgrade`. | |||
| 2018-02-13 | Add Homebrew’s `bin` to PATH for Cask installers. | Markus Reiter | |
| 2018-02-13 | Merge pull request #3774 from sbol-coolblue/fix-formula-formulae | Markus Reiter | |
| Grammar: "formula are" -> "formulae are" | |||
| 2018-02-13 | Auto-update on `brew cask install/upgrade`. | Markus Reiter | |
| 2018-02-13 | Make sure `.metadata` shows up in Cask backtrace. | Markus Reiter | |
| 2018-02-13 | Merge pull request #3800 from commitay/cask-doctor | Mike McQuaid | |
| cask doctor: check_cached_downloads | |||
| 2018-02-13 | Merge pull request #3799 from ilovezfs/diagnostic-remove-cache-size-check | Mike McQuaid | |
| diagnostic: remove cache size check | |||
| 2018-02-13 | cask doctor: check_cached_downloads | commitay | |
| 2018-02-13 | Merge pull request #3795 from MikeMcQuaid/rspec-retry | Mike McQuaid | |
| Use rspec-retry in brew tests | |||
| 2018-02-13 | diagnostic: remove cache size check | ilovezfs | |
| 2018-02-13 | Use rspec-retry in flaky brew tests. | Mike McQuaid | |
| We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable. | |||
| 2018-02-13 | Merge pull request #3657 from kabel/php-cache-ext | Mike McQuaid | |
| Fix cached download file extension for certain URLs | |||
| 2018-02-12 | Merge pull request #3090 from jcs/no_color | Mike McQuaid | |
| Tty: if NO_COLOR env var is present, disable color | |||
| 2018-02-12 | Make ext use bounded iterator | Kevin Abel | |
| 2018-02-12 | Tty: if HOMEBREW_NO_COLOR env var is present, disable color | joshua stein | |
| bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR | |||
| 2018-02-12 | brew, diagnostic: tweak CI variable checks. | Mike McQuaid | |
| I've adjusted test-bot in: https://github.com/Homebrew/homebrew-test-bot/commit/603918939a58a8d6351177fe35f0193b79549dfa to set CI=1 for Jenkins to make future JENKINS_HOME checks unnecessary. The only `TRAVIS_*` variable we care about is `TRAVIS_SUDO` so whitelist that specifically rather than passing through loads of others. | |||
| 2018-02-12 | diagnostic: guard cache check on Jenkins too | Dominyk Tiller | |
| 2018-02-12 | Merge pull request #3631 from amyspark/doctor | Mike McQuaid | |
| Let cask doctor exit with 1 | |||
| 2018-02-12 | Merge pull request #3783 from DomT4/cache_size | Mike McQuaid | |
| diagnostic: implement cache size check | |||
| 2018-02-12 | Merge pull request #3782 from apjanke/version-option-for-write_jar_script | Mike McQuaid | |
| write_jar_script: add java version option | |||
| 2018-02-11 | write_jar_script: add java version option | Andrew Janke | |
| 2018-02-11 | diagnostic: implement cache size check | Dominyk Tiller | |
| 2018-02-11 | Merge pull request #3785 from apjanke/linkage-indirect-deps | Mike McQuaid | |
| linkage_checker: Distinguish indirect deps from undeclared deps | |||
| 2018-02-10 | Merge pull request #3781 from MikeMcQuaid/gem-path-home1.5.4 | Mike McQuaid | |
| utils: only look for gems in GEM_HOME. | |||
| 2018-02-10 | linkage_checker: Distinguish indirect deps from undeclared deps | Andrew Janke | |
| 2018-02-09 | utils: only look for gems in GEM_HOME. | Mike McQuaid | |
| This avoids issues where a gem is installed but cannot be found. Fixes #3355. Fixes #3760. | |||
| 2018-02-09 | Merge pull request #3780 from MikeMcQuaid/xcode_req_version | Mike McQuaid | |
| xcode_requirement: handle nil @version. | |||
| 2018-02-09 | xcode_requirement: handle nil @version. | Mike McQuaid | |
| When the Xcode requirement doesn't specify a version then we need to guard this check. | |||
| 2018-02-09 | Format identifiers in oh1 | Chayoung You | |
| 2018-02-07 | Merge branch 'audit-deny-binary-looking-urls' | William Woodruff | |
| 2018-02-07 | Grammar: "formula are" -> "formulae are" | Sander Bol | |
| Fix plural form of formula in `brew doctor` output. | |||
| 2018-02-06 | audit: Warn on new formulae containing binary URLs | William Woodruff | |
| 2018-02-05 | Make pinning more robust | Mike McQuaid | |
| Don’t autoremove pins on uninstall or upgrade and note this in the manpage. | |||
| 2018-02-05 | Merge pull request #3765 from MikeMcQuaid/metadata-odeprecated | Mike McQuaid | |
| utils: no .metadata deprecations. | |||
| 2018-02-05 | Merge pull request #3757 from EricFromCanada/master | Mike McQuaid | |
| docs: add more option descriptions | |||
| 2018-02-05 | utils: no .metadata deprecations. | Mike McQuaid | |
| Otherwise running on old casks can produce deprecations. Fixes #3738. | |||
| 2018-02-04 | audit: Remove FILEUTILS_METHODS constant | William Woodruff | |
| This constant hasn't been used since there was an `audit_line` method, and as such is vestigial. | |||
| 2018-02-02 | Add root dirname as a escape value too | Kevin Abel | |
| 2018-02-02 | Merge pull request #3751 from xiehuc/master | Mike McQuaid | |
| add ALL_PROXY for brew | |||
| 2018-02-01 | docs: fix double backticks appearing in HTML manpage | EricFromCanada | |
| 2018-02-01 | docs: add more missing option descriptions | EricFromCanada | |
| and improve wording or formatting where necessary. | |||
