aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-06-04Merge pull request #2599 from peternewman/patch-11.2.2Mike McQuaid
Fix internal links on the manpage
2017-06-04Change manpage internal links in correct location.Mike McQuaid
2017-06-04Merge pull request #2718 from reitermarkus/rubocop-auditMarkus Reiter
Fix `rubocop` in `brew audit`.
2017-06-04Merge pull request #2727 from reitermarkus/refactor-formula-versionsMarkus Reiter
Refactor `FormulaVersions`.
2017-06-04Refactor `formula_at_revision`.Markus Reiter
2017-06-04Add test for `brew style`.Markus Reiter
2017-06-03Merge pull request #2699 from mistydemeo/fix_boolean_typesMisty De Meo
Fix boolean types
2017-06-03AbstractCommand: fix return type of .abstract?Misty De Meo
2017-06-03cask_loader: fix return types for .can_load?Misty De Meo
2017-06-03String: backport #match? from 2.4.0Misty De Meo
2017-06-03Fix `rubocop` in `brew audit`.Markus Reiter
2017-06-03release-notes: fix style complaint.Mike McQuaid
2017-06-03audit: fix pypi strict audit capture group.Mike McQuaid
2017-06-03Merge pull request #2730 from MikeMcQuaid/release-notesMike McQuaid
release-notes: include PR author names.
2017-06-03release-notes: include PR author names.Mike McQuaid
Attribution is love.
2017-06-03Merge pull request #2723 from MikeMcQuaid/missing-formula-shallow-clonesMike McQuaid
missing_formula: note on shallow clones.
2017-06-03missing_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-03Merge pull request #2726 from MikeMcQuaid/audit-pypi-urlsMike McQuaid
audit: check pypi URLs
2017-06-03Merge pull request #2725 from MikeMcQuaid/audit-formulae-options-fixMike McQuaid
audit: fix false negative for formulae options.
2017-06-03Merge pull request #2722 from ↵Mike McQuaid
MikeMcQuaid/formula-installer-show-upgrade-revision formula_installer: display full upgrade version.
2017-06-03Merge pull request #2720 from MikeMcQuaid/install-cask-env-filteringMike McQuaid
install: fix cask install with env filtering.
2017-06-03Merge pull request #2719 from MikeMcQuaid/external-command-homebrew-pathMike McQuaid
brew.rb: use HOMEBREW_PATH for external commands.
2017-06-03Merge pull request #2724 from MikeMcQuaid/capital-descMike McQuaid
formula_desc_cop: desc should be capitalised.
2017-06-03Merge pull request #2712 from 13k/hbc-dsl-appcast-fixMarkus Reiter
Fix curl invocation in Hbc::DSL::Appcast
2017-06-03Merge pull request #2728 from reitermarkus/brew-cask-infoMarkus Reiter
Fix `brew cask info` for removed Casks.
2017-06-03Merge pull request #2716 from reitermarkus/re-revertMarkus Reiter
Re-revert "Fix operator spacing."
2017-06-03Merge pull request #2721 from MikeMcQuaid/search-no-exclude-caskroomMarkus Reiter
search: don’t exclude Caskroom results even if tapped.
2017-06-03Fix `brew cask info` for removed Casks.Markus Reiter
2017-06-02audit: check pypi URLsMike McQuaid
#373 implemented as a strict check (thanks nijikon)
2017-06-02audit: 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-02formula_desc_cop: desc should be capitalised.Mike McQuaid
Note that the formula description field should start with a capital letter.
2017-06-02formula_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-02search: don’t exclude Caskroom results even if tapped.Mike McQuaid
As they are not shown in the normal `brew search` output.
2017-06-02install: 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-02brew.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-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-02Merge pull request #2714 from choco/stty-widthMike McQuaid
Use stty instead of tput to get terminal width
2017-06-02Use stty instead of tput to get terminal widthEnrico Ghirardi
Fixes https://github.com/Homebrew/brew/issues/2707
2017-06-02Merge pull request #2664 from GauthamGoli/audit_caveats_rubocopMike McQuaid
audit: Port audit_caveats method to rubocop and add tests
2017-06-02Merge pull request #2717 from orangea/brew-edit-fixMike McQuaid
don't try to find the full path of the editor in 'brew edit'
2017-06-01don't try to find the full path of the editor in 'brew edit'adrian
fixes #2709
2017-06-01Merge pull request #2710 from DomT4/nodeilovezfs
language/node: adjustments for npm 5.0.x
2017-06-01language/node: adjustments for npm 5.0.xDominyk Tiller
Goes with: https://github.com/Homebrew/homebrew-core/pull/14085
2017-06-01Merge pull request #2715 from Homebrew/revert-2698-operator-styleilovezfs
Revert "Fix operator spacing."
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-06-01Fix curl invocation in Hbc::DSL::Appcast.Kiyoshi '13k' Murata
Fixes #2592
2017-06-01Merge pull request #2698 from reitermarkus/operator-styleMarkus Reiter
Fix operator spacing.
2017-05-31Fix operator spacing.Markus Reiter
2017-05-31audit: Port audit_caveats method to rubocop and add testsGautham Goli
2017-05-31Merge pull request #2697 from mistydemeo/cask_fix_cabextractMisty De Meo
cabextract: WARNING lines aren't fatal