| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-05 | Merge pull request #3423 from MikeMcQuaid/commands-refactoring-fix | Mike McQuaid | |
| Refactor command handling code | |||
| 2017-11-05 | MACOS_*VERSION: move to compat. | Mike McQuaid | |
| 2017-11-05 | ENV/super: simplify version checks. | Mike McQuaid | |
| 2017-11-05 | diagnostic: simplify version checks. | Mike McQuaid | |
| 2017-11-05 | system_config: handle new non-string Xcode version | Mike McQuaid | |
| 2017-11-05 | version: support to_i. | Mike McQuaid | |
| This is needed for existing MacOS::Xcode.version calls that relied on this returning a string. It mirrors similar behaviour for to_f. | |||
| 2017-11-05 | mac/xquartz: compare with existing Version class. | Mike McQuaid | |
| 2017-11-05 | mac/xcode: compare with existing Version class. | Mike McQuaid | |
| Additionally, return null versions when it makes sense to do so. This means that comparisons on the Xcode/CLT version do not need to be guarded on whether Xcode/CLT is installed. | |||
| 2017-11-05 | Refactor command handling code | Mike 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-11-05 | Merge pull request #3420 from MikeMcQuaid/config-env-output | Mike McQuaid | |
| system_config: output most HOMEBREW_* variables. | |||
| 2017-11-05 | system_config: output most HOMEBREW_* variables. | Mike McQuaid | |
| Exclude the boring ones and exclude some that are already printed that are just using their default values. HOMEBREW_PREFIX is the only one where we’re always interested in the output to quickly communicate it. | |||
| 2017-11-05 | system_config: output curl path and version. | Mike McQuaid | |
| 2017-11-05 | utils: correctly handle empty user gem env. | Mike McQuaid | |
| 2017-11-05 | brew.sh: cleanup some environment pollution. | Mike McQuaid | |
| 2017-11-05 | curl: unset SSL_CERT_FILE. | Mike McQuaid | |
| 2017-11-05 | spec_helper: fix etc leak. | Mike McQuaid | |
| Fix the `etc/bash_completion.d/_brew_services` leak from the new bash completion in the Homebrew/homebrew-services tap. | |||
| 2017-11-03 | Merge pull request #3407 from DomT4/x11 | Mike McQuaid | |
| xquartz: add new versions + mark latest | |||
| 2017-11-03 | Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix | Mike McQuaid | |
| lines_cop: Update regex patterns to prevent false positives | |||
| 2017-11-03 | Merge pull request #3385 from MikeMcQuaid/path-fixes-cleanup | Mike McQuaid | |
| Fix and cleanup some PATH usage. | |||
| 2017-11-03 | brew.rb: cleanup PATH setup. | Mike McQuaid | |
| Avoid adding all the tap commands to the PATH when not necessary. | |||
| 2017-11-03 | requirement: convert Cellar path to opt path. | Mike McQuaid | |
| 2017-11-03 | requirement: don't add /usr/local/{bin,sbin}. | Mike McQuaid | |
| This should be considered a requirement bug if it's added. | |||
| 2017-11-03 | requirement: prepend rather than append PATH. | Mike McQuaid | |
| Otherwise this ends up behind e.g. `/usr/bin` so is pretty useless. | |||
| 2017-11-03 | bump-formula-pr: --message: add newlines before and after hr | Zhiming Wang | |
| Without an empty line before the horizontal rule (---), "Created with `brew bump-formula-pr`." is treated as a setext header. The newline before the hr is not part of the heredoc because putting it in would trip up Rubocop. | |||
| 2017-11-03 | Merge pull request #3389 from amyspark/hacktoberfest-single-zap | Markus Reiter | |
| Check that a single uninstall_* and zap stanza is defined | |||
| 2017-11-03 | Cask doctor: add macOS & Java versions | commitay | |
| 2017-11-02 | formula: fix safe navigation bug | ilovezfs | |
| Safe navigation needs to be chained to preserve equivalence. Fixes a bug introduced by 01e9ec9a in #3183. | |||
| 2017-11-02 | Fix last remaining style issues | L. E. Segovia | |
| 2017-11-01 | Turn ifs into multiple lines | L. E. Segovia | |
| 2017-11-01 | formula_desc_cop: Fix the 'full stop at end of description' autocorrect | Isabell Long | |
| - It wasn't working because desc strings end in quotes, not just full stops. | |||
| 2017-11-01 | formula_desc_cop: If desc ends with 'etc.', it's not a violation | Isabell Long | |
| 2017-11-01 | xcode: expect Xcode 9.1 on Sierra & High Sierra | Dominyk Tiller | |
| 2017-11-01 | mac: update for Xcode 9.1 | Dominyk Tiller | |
| 2017-10-31 | xquartz: mark 2.7.11 as latest release | Dominyk Tiller | |
| 2017-10-31 | xquartz: add 2.7.10 & 2.7.11 releases | Dominyk Tiller | |
| 2017-10-31 | Separate do end into multiple lines | L. E. Segovia | |
| 2017-10-30 | Finalize metadata handling and uninstall logic | L. E. Segovia | |
| 2017-10-31 | text_cop_spec: update go get tests | Dominyk Tiller | |
| 2017-10-31 | text_cop: warn against go_resource usage for strict audit | Dominyk Tiller | |
| 2017-10-31 | text_cop: drop go_resource recommendation | Dominyk Tiller | |
| 2017-10-30 | Add tests for uninstall_* and zap stanzas | L. E. Segovia | |
| 2017-10-30 | Use #count, rewrite warning, and add pre/postflight checks too | L. E. Segovia | |
| 2017-10-30 | Fix `SystemCommand` without arguments. | Markus Reiter | |
| 2017-10-30 | Merge pull request #3387 from MikeMcQuaid/env-std-homebrew-paths | Mike McQuaid | |
| ENV/std: fully extend from HOMEBREW_PATH. | |||
| 2017-10-30 | bump-formula-pr: add --no-browse option. | Mike McQuaid | |
| If `--no-browse` is passed, don't pass the `--browse` argument to `hub` which opens the pull request URL in a browser. Instead, output it to the command line. | |||
| 2017-10-30 | Merge pull request #3393 from MikeMcQuaid/with_env_tweaks | Mike McQuaid | |
| Tweak use of with_env | |||
| 2017-10-29 | Hack a first working version of upgrade | L. E. Segovia | |
| 2017-10-29 | Merge pull request #3394 from MikeMcQuaid/sh-no-ps1 | Mike McQuaid | |
| cmd/sh: set working PS1 for zsh | |||
| 2017-10-29 | lines_cop: Update regex patterns to prevent false positives | Gautham Goli | |
| 2017-10-29 | cmd/sh: set working PS1 for zsh. | Mike McQuaid | |
| The `bash`, default one is broken on `zsh`. | |||
