| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-22 | Use more docs.brew.sh short links | Mike McQuaid | |
| These are nicer on the eyes. | |||
| 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-09 | Format identifiers in oh1 | Chayoung You | |
| 2018-01-26 | ruby.sh: fix version check. | Mike McQuaid | |
| - Rather than checking for the absence of a failure check for an actual success in the check - Fix the check to work on Ruby 1.9 (where `RUBY_VERSION.to_s.dup` is required to avoid modifying a frozen string). | |||
| 2018-01-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2018-01-15 | Revert "Use Homebrew's gitconfig for various commands" | ilovezfs | |
| 2018-01-11 | Use Homebrew's gitconfig for various commands | Mike McQuaid | |
| Git is a transport and storage mechanism for us so we don't want to allow arbitrary customisation of this due to user issues e.g. #3664 and #3561. Fixes #3664. | |||
| 2018-01-11 | curl: handle more non-executable curl edge-cases. | Mike McQuaid | |
| Address some additional issues mentioned in #3624. | |||
| 2017-12-12 | Do not specify absolute paths to utilities | Shaun Jackman | |
| Specifying an absolute path to utilities is no longer needed, since environment filtering uses a default PATH. | |||
| 2017-12-03 | Refactor: Move FormulaAudit.check_http_content to utils/curl | Martin Schimandl | |
| 2017-12-02 | Utils.popen_read: Nonexistent program should fail | Shaun Jackman | |
| Ensure that $CHILD_STATUS.success? is false when the command does not exist. | |||
| 2017-11-27 | More environment filtering fixes | Mike McQuaid | |
| - Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables. | |||
| 2017-11-23 | setup-analytics: Handle missing /proc/.../uuid | Shaun Jackman | |
| 2017-11-22 | Change the generic bottle tag to processor-system | Shaun Jackman | |
| 2017-11-13 | environment filtering: pass through TRAVIS vars. | Mike McQuaid | |
| We use these internally so let's map them to `HOMEBREW_` variables. | |||
| 2017-11-05 | curl: unset SSL_CERT_FILE. | Mike McQuaid | |
| 2017-10-29 | Merge pull request #3376 from tomjonandy/fix/keychain-credentials | Mike McQuaid | |
| Fix issue where keychain github credentials wouldn't work | |||
| 2017-10-27 | lock.sh: suppress error output when looking for flock | Michka Popoff | |
| Fixes (on centos6): which: no flock in (/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) | |||
| 2017-10-26 | Fix issue where keychain github credentials wouldn't work | Thomas Andrew | |
| 2017-10-24 | github: require formula name to be in issue title | ilovezfs | |
| 2017-10-20 | Merge pull request #3319 from reitermarkus/squiggly-heredocs | Mike McQuaid | |
| Use “squiggly” heredocs. | |||
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-17 | setup-ruby-path: Ensure that Ruby is installed | Shaun Jackman | |
| Fix the error: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 372: exec: : not found | |||
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-09-28 | Fix installing a local bottle from source | Shaun Jackman | |
| Factor Utils::Bottles.formula_contents out of BottleLoader. | |||
| 2017-09-27 | receipt_path: Ensure the bottle contains INSTALL_RECEIPT.json | Shaun Jackman | |
| 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: fix installation on Leopard. | Mike McQuaid | |
| Download it insecurely there and require `rubygems` for `Gem::Version`. | |||
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | utils/git: cache less aggressively. | Mike McQuaid | |
| This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too). | |||
| 2017-09-23 | utils/git: don't fail when CoreTap is untapped. | Mike McQuaid | |
| This produces test failures on Linux where we intentionally avoid having it tapped. | |||
| 2017-09-23 | Merge pull request #3174 from sjackman/popen-options | Mike McQuaid | |
| popen: Do not suppress stderr when HOMEBREW_STDERR | |||
| 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. | 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 | popen: Do not suppress stderr when HOMEBREW_STDERR | Shaun Jackman | |
| 2017-09-20 | popen: Add an options argument | Shaun Jackman | |
| Useful for selectively enabling or silencing stderr, for example. popen_read("foo", err: :err) | |||
| 2017-09-19 | Revert "popen: Do not suppress stderr" | ilovezfs | |
| 2017-09-18 | Merge pull request #3099 from sjackman/popen_read_stderr | Mike McQuaid | |
| popen: Do not suppress stderr | |||
| 2017-09-10 | Let `curl_download` handle HTTP 416 error. | Markus Reiter | |
| 2017-09-08 | popen: Do not suppress stderr unless -d or -v | Shaun Jackman | |
| 2017-09-02 | Merge pull request #2955 from mansimarkaur/git_tests | Mike McQuaid | |
| Added tests for utils/git | |||
| 2017-08-31 | github: limit PR search to Homebrew | Dominyk Tiller | |
| Not sure whether this is the way you want to handle this problem but it's really darn irritating so here's a PR that handles it one way. Fixes: https://github.com/Homebrew/brew/pull/3086#issuecomment-324519156 | |||
| 2017-08-29 | Merge pull request #2950 from mansimarkaur/svn | Misty De Meo | |
| Added tests for utils/svn | |||
| 2017-08-29 | Used already existing clear_git_available_cache to remove @git | mansimarkaur | |
| 2017-08-29 | Modified clear_anonymous_os_prefix_ci_cache | mansimarkaur | |
| 2017-08-29 | Added clear_anonymous_os_prefix_ci_cache | mansimarkaur | |
| 2017-08-29 | Added clear_svn_version_cache | mansimarkaur | |
| 2017-08-29 | Added check for svn availability | mansimarkaur | |
| 2017-08-29 | Improved tests for svn_available? | mansimarkaur | |
| 2017-08-27 | Added clear git version cache method | mansimarkaur | |
