| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-04 | Merge pull request #2599 from peternewman/patch-11.2.2 | Mike McQuaid | |
| Fix internal links on the manpage | |||
| 2017-06-04 | Change manpage internal links in correct location. | Mike McQuaid | |
| 2017-06-04 | Merge pull request #2718 from reitermarkus/rubocop-audit | Markus Reiter | |
| Fix `rubocop` in `brew audit`. | |||
| 2017-06-04 | Merge pull request #2727 from reitermarkus/refactor-formula-versions | Markus Reiter | |
| Refactor `FormulaVersions`. | |||
| 2017-06-04 | Refactor `formula_at_revision`. | Markus Reiter | |
| 2017-06-04 | Add test for `brew style`. | Markus Reiter | |
| 2017-06-03 | AbstractCommand: fix return type of .abstract? | Misty De Meo | |
| 2017-06-03 | cask_loader: fix return types for .can_load? | Misty De Meo | |
| 2017-06-03 | String: backport #match? from 2.4.0 | Misty De Meo | |
| 2017-06-03 | Fix `rubocop` in `brew audit`. | Markus Reiter | |
| 2017-06-03 | release-notes: fix style complaint. | Mike McQuaid | |
| 2017-06-03 | audit: fix pypi strict audit capture group. | Mike McQuaid | |
| 2017-06-03 | release-notes: include PR author names. | Mike McQuaid | |
| Attribution is love. | |||
| 2017-06-03 | Merge pull request #2723 from MikeMcQuaid/missing-formula-shallow-clones | Mike McQuaid | |
| missing_formula: note on shallow clones. | |||
| 2017-06-03 | missing_formula: note on shallow clones. | Mike McQuaid | |
| This avoids the user confusion on incomplete results seen in http://discourse.brew.sh/t/missing-formula-location/818/7 | |||
| 2017-06-03 | Merge pull request #2726 from MikeMcQuaid/audit-pypi-urls | Mike McQuaid | |
| audit: check pypi URLs | |||
| 2017-06-03 | Merge pull request #2725 from MikeMcQuaid/audit-formulae-options-fix | Mike McQuaid | |
| audit: fix false negative for formulae options. | |||
| 2017-06-03 | Merge pull request #2722 from ↵ | Mike McQuaid | |
| MikeMcQuaid/formula-installer-show-upgrade-revision formula_installer: display full upgrade version. | |||
| 2017-06-03 | Merge pull request #2720 from MikeMcQuaid/install-cask-env-filtering | Mike McQuaid | |
| install: fix cask install with env filtering. | |||
| 2017-06-03 | Merge pull request #2719 from MikeMcQuaid/external-command-homebrew-path | Mike McQuaid | |
| brew.rb: use HOMEBREW_PATH for external commands. | |||
| 2017-06-03 | Merge pull request #2724 from MikeMcQuaid/capital-desc | Mike McQuaid | |
| formula_desc_cop: desc should be capitalised. | |||
| 2017-06-03 | Merge pull request #2712 from 13k/hbc-dsl-appcast-fix | Markus Reiter | |
| Fix curl invocation in Hbc::DSL::Appcast | |||
| 2017-06-03 | Merge pull request #2728 from reitermarkus/brew-cask-info | Markus Reiter | |
| Fix `brew cask info` for removed Casks. | |||
| 2017-06-03 | Merge pull request #2716 from reitermarkus/re-revert | Markus Reiter | |
| Re-revert "Fix operator spacing." | |||
| 2017-06-03 | Fix `brew cask info` for removed Casks. | Markus Reiter | |
| 2017-06-02 | audit: check pypi URLs | Mike McQuaid | |
| #373 implemented as a strict check (thanks nijikon) | |||
| 2017-06-02 | audit: fix false negative for formulae options. | Mike McQuaid | |
| Handle the case where an if/unless is detected and then write off this line for option handling. | |||
| 2017-06-02 | formula_desc_cop: desc should be capitalised. | Mike McQuaid | |
| Note that the formula description field should start with a capital letter. | |||
| 2017-06-02 | formula_installer: display full upgrade version. | Mike McQuaid | |
| Previously this omitted the revision which meant the currently installed and upgrade version showed as the same. | |||
| 2017-06-02 | search: don’t exclude Caskroom results even if tapped. | Mike McQuaid | |
| As they are not shown in the normal `brew search` output. | |||
| 2017-06-02 | install: fix cask install with env filtering. | Mike McQuaid | |
| With `HOMEBREW_ENV_FILTERING` simply running `brew` is not sufficient to find `brew cask` so the full path needs to be passed. | |||
| 2017-06-02 | brew.rb: use HOMEBREW_PATH for external commands. | Mike McQuaid | |
| They shouldn’t need to handle our environment filtering on the PATH as we’re essentially breaking an API for them otherwise. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-02 | Merge pull request #2714 from choco/stty-width | Mike McQuaid | |
| Use stty instead of tput to get terminal width | |||
| 2017-06-02 | Use stty instead of tput to get terminal width | Enrico Ghirardi | |
| Fixes https://github.com/Homebrew/brew/issues/2707 | |||
| 2017-06-02 | Merge pull request #2664 from GauthamGoli/audit_caveats_rubocop | Mike McQuaid | |
| audit: Port audit_caveats method to rubocop and add tests | |||
| 2017-06-02 | Merge pull request #2717 from orangea/brew-edit-fix | Mike McQuaid | |
| don't try to find the full path of the editor in 'brew edit' | |||
| 2017-06-01 | don't try to find the full path of the editor in 'brew edit' | adrian | |
| fixes #2709 | |||
| 2017-06-01 | language/node: adjustments for npm 5.0.x | Dominyk Tiller | |
| Goes with: https://github.com/Homebrew/homebrew-core/pull/14085 | |||
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-06-01 | Fix curl invocation in Hbc::DSL::Appcast. | Kiyoshi '13k' Murata | |
| Fixes #2592 | |||
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-05-31 | audit: Port audit_caveats method to rubocop and add tests | Gautham Goli | |
| 2017-05-31 | Merge pull request #2697 from mistydemeo/cask_fix_cabextract | Misty De Meo | |
| cabextract: WARNING lines aren't fatal | |||
| 2017-05-31 | Merge pull request #2700 from sjackman/env-std-linux | Mike McQuaid | |
| Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | |||
| 2017-05-30 | cabextract: remove -t test | Misty De Meo | |
| The warnings this prints makes it not especially helpful, so just assume the magic number test and job failure are enough. Fixes #2689. | |||
| 2017-05-30 | vendor-install: use Ruby as a sha256 fallback | Misty De Meo | |
| But still prefer shasum/sha256sum where present. | |||
| 2017-05-30 | Pathname: use Digest::SHA256 alias | Misty De Meo | |
| Digest::SHA2 wasn't exposed under that name in older versions of Ruby. | |||
| 2017-05-30 | Merge pull request #2704 from MikeMcQuaid/jenkins-brew-sh | Mike McQuaid | |
| Update jenkins.brew.sh links. | |||
| 2017-05-30 | Update jenkins.brew.sh links. | Mike McQuaid | |
| These previously, incorrectly pointed to bot.brew.sh. Fixes #2703. | |||
