| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #3424 from MikeMcQuaid/services_spec_leak | Mike McQuaid | |
| spec_helper: fix etc leak. | |||
| 2017-11-05 | travis.yml: always use Homebrew Ruby. | 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 | Merge pull request #3389 from amyspark/hacktoberfest-single-zap | Markus Reiter | |
| Check that a single uninstall_* and zap stanza is defined | |||
| 2017-11-02 | Merge pull request #3414 from ilovezfs/safe-navigation | ilovezfs | |
| formula: fix safe navigation bug | |||
| 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-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-31 | Merge pull request #3362 from reitermarkus/system-command | Markus Reiter | |
| Fix `SystemCommand` without arguments. | |||
| 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 | Merge pull request #3398 from MikeMcQuaid/hub-no-browse | Mike McQuaid | |
| bump-formula-pr: add --no-browse option. | |||
| 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 | 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`. | |||
| 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-29 | Merge pull request #2795 from issyl0/desc_no_full_stops | Mike McQuaid | |
| formula_desc_cop: ensure no full stops at the end of desc | |||
| 2017-10-29 | formula_desc_cop: ensure no full stops at the end of desc | Isabell Long | |
| - This was a suggestion by Mike McQuaid in my `homebrew-core` audit description PR. Based on ilovezfs's incantation `grep -r -E 'desc ".*\."' *.rb`, some formulae descriptions do end in full stops. (My initial assessment of this failed to account for the fact that descriptions are strings and so end in `"`.) - Add an autocorrect for this cop, too. | |||
| 2017-10-29 | Tweak use of with_env | Mike McQuaid | |
| - Use it in more places where it saves code - Allow using symbolic keys for a cleaner interface - Use `HOMEBREW_GEM_*` instead of `GEM_OLD_*` | |||
| 2017-10-29 | ENV/std: fully extend from HOMEBREW_PATH. | Mike McQuaid | |
| Rather than just re-adding HOMEBREW_PREFIX/bin if it's missing re-add everything from HOMEBREW_PATH. This works well with or without environment filtering being enabled but with environment filtering it ensures that ENV/std just builds on the original user environment. | |||
| 2017-10-29 | Merge pull request #3388 from MikeMcQuaid/bump-formula-pr-env-filtering | Mike McQuaid | |
| bump-formula-pr: always use HOMEBREW_PATH. | |||
| 2017-10-29 | Merge pull request #3386 from MikeMcQuaid/config-homebrew-path | Mike McQuaid | |
| system_config: get perl/ruby from HOMEBREW_PATH. | |||
| 2017-10-28 | Check that a single uninstall_* and zap stanzas is defined | L. E. Segovia | |
| 2017-10-28 | bump-formula-pr: always use HOMEBREW_PATH. | Mike McQuaid | |
| Fixes this when using environment filtering. | |||
| 2017-10-28 | system_config: get perl/ruby from HOMEBREW_PATH. | Mike McQuaid | |
| This is the actual user path when env filtering is enabled. | |||
| 2017-10-28 | Merge pull request #3380 from jmsundar/apfs_tap-info | Mike McQuaid | |
| tap-info: handle APFS returning hash order | |||
| 2017-10-28 | style changes | Jayendra Minakshisundar | |
| 2017-10-27 | Merge pull request #3381 from iMichka/flock | Mike McQuaid | |
| lock.sh: suppress error output when looking for flock | |||
| 2017-10-27 | Merge pull request #3382 from MikeMcQuaid/lines_cop_clang++ | Mike McQuaid | |
| lines_cop: add missing e.g. clang++ regex SOL. | |||
| 2017-10-27 | lines_cop: add missing e.g. clang++ regex SOL. | Mike McQuaid | |
| You need a start of line check in this regex (like was added in the others) to allow things like `#{bin}/clang++`. | |||
| 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-27 | Merge pull request #3373 from MikeMcQuaid/max-line-length | Mike McQuaid | |
| rubocop.yml: reduce tap maximum line length. | |||
| 2017-10-27 | rubocop.yml: re-add Homebrew metrics maximums. | Mike McQuaid | |
| 2017-10-27 | rubocop.yml: reduce tap maximum line length. | Mike McQuaid | |
| 2017-10-27 | test.flac: add flac fixture. | Mike McQuaid | |
