| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | doc/Xcode: update for Xcode 9.1 release | Dominyk Tiller | |
| 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 | Capitalized words | Hassan F | |
| Capitalized beginning of each bullet point to match style of README.md | |||
| 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 | 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 | 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 | 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`. | |||
| 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) | |||
