| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-06 | Merge pull request #2738 from constXife/master | Mike McQuaid | |
| undefined local variable or method `ruby_version' on macOS 10.13 beta | |||
| 2017-06-06 | Merge pull request #2734 from rwhogg/fix-reinstall-without-bottle | Mike McQuaid | |
| cmd/reinstall: Fix reinstallation of formulae without bottles | |||
| 2017-06-06 | diagnostic_spec: tweak_formatting. | Mike McQuaid | |
| 2017-06-06 | Fix undefined variable ruby_version | constXife | |
| 2017-06-06 | os/mac/xcode: recognise Xcode 9.0 | Dominyk Tiller | |
| 2017-06-06 | os/mac: add Xcode 9.0 Beta recognition | Dominyk Tiller | |
| 2017-06-06 | os/mac/xcode: expect Xcode 8.3.3 | Dominyk Tiller | |
| 2017-06-06 | os/mac: add Xcode 8.3.3 support | Dominyk Tiller | |
| 2017-06-05 | cmd/reinstall: Fix reinstallation of formulae without bottles | Bob W. Hogg | |
| Reinstallation of non-bottled formulae was failing because it used a deprecated method. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-06-05 | mac/version: add High Sierra symbol | Dominyk Tiller | |
| 2017-06-04 | pull_spec: use stable, non-fork PR for patch expectation | JCount | |
| 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 | |||
