aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-10-03Stub `MacOS.languages` instead of setting HOMEBREW_LANGUAGES.Markus Reiter
2016-10-03Always fall back to `language :default`.Markus Reiter
2016-10-03Add test for `language` stanza.Markus Reiter
2016-10-03Add `language_eval` method.Markus Reiter
2016-10-03Add `language` stanza to cask DSL.Markus Reiter
2016-10-03Add test for `MacOS.languages`.Markus Reiter
2016-10-03Make `MacOS.language` less opinionated.Markus Reiter
2016-10-02Merge pull request #1214 from MikeMcQuaid/official-external-commands-manpageMike McQuaid
Add official external commands to manpage.
2016-10-02Change re-install command to use `&&`.Markus Reiter
2016-10-02Make test for “cask already installed” less strict.Markus Reiter
2016-10-02Fix indentation of CaskCommandFailedError.Markus Reiter
2016-10-02Change `A Cask for #{token} is already installed.` message.Markus Reiter
2016-10-02Merge pull request #1213 from MikeMcQuaid/diagnostic-messagesMike McQuaid
*/diagnostic: tweak messaging.
2016-10-02Merge pull request #1211 from vladshablinsky/list-version-codeMike McQuaid
list: fix exit code for --verbose and --pinned
2016-10-02Add official external commands to manpage.Mike McQuaid
These are the ones that are auto-installed without tapping and it makes sense to make them more prominent in our documentation as we've offloaded various functionality over the years to each of them.
2016-10-02*/diagnostic: tweak messaging.Mike McQuaid
Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations.
2016-10-02update-test: fix tag updating, skip core tap.Mike McQuaid
Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test).
2016-10-02list: fix exit code for --verbose and --pinnedUladzislau Shablinski
`brew list --verbose <formulae>` lists only those kegs that are installed and exits with 0 if all <formulae> installed. If one or more formulae from <formulae> are not installed, the command lists only installed versions and exits with 1. `brew --pinned formula` exits with 1 if formula is not pinned. Fixes #1172
2016-10-02Merge pull request #1205 from MikeMcQuaid/help-external-commandsMike McQuaid
help: support `#:` help in external commands.
2016-10-02Merge pull request #1206 from MikeMcQuaid/install-no-updated-warningMike McQuaid
install: remove not updated warning.
2016-10-02Fix `Tty.gray`.Markus Reiter
2016-10-02Merge pull request #823 from reitermarkus/refactoring-ttyMarkus Reiter
Refactor Tty.
2016-10-02Fix Style/GuardClause style offense.Markus Reiter
2016-10-02Remove `private_class_method` from commands.Markus Reiter
2016-10-02Add compatibility layer for `module Homebrew`.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01Merge pull request #1169 from reitermarkus/rubocop-separate-configsMike McQuaid
Use separate RuboCop configs for formulae and core code.
2016-10-01brew.rb: update help parsingUladzislau Shablinski
2016-10-01install: remove not updated warning.Mike McQuaid
This is no longer relevant after moving to taps/tags and if ever re-added it should probably target homebrew/core. Fixes #1194.
2016-10-01Add temporary compatibility layer for `Tty.white`.Markus Reiter
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-10-01help: support `#:` help in external commands.Mike McQuaid
Fixes https://github.com/Homebrew/homebrew-test-bot/issues/3
2016-10-01Merge pull request #1203 from alyssais/analytics_depthMike McQuaid
analytics: don't report commands run by Homebrew
2016-10-01Merge pull request #1202 from MikeMcQuaid/warn-brew-upgrade-allMike McQuaid
upgrade: tell people that --all is a no-op.
2016-10-01Merge pull request #1201 from MikeMcQuaid/update-test-to-tagMike McQuaid
update-test: add --to-tag option.
2016-10-01Fix JSON output handling.Mike McQuaid
2016-10-01brew.sh: don't autoupdate if --help passedUladzislau Shablinski
2016-10-01analytics: don't report commands run by HomebrewAlyssa Ross
Fixes #788.
2016-10-01upgrade: tell people that --all is a no-op.Mike McQuaid
Apparently this is still run by people so let's tell them to save some typing.
2016-10-01Merge pull request #1200 from MikeMcQuaid/man-note-date-changeMike McQuaid
man: note --fail-if-changed date behaviour change.
2016-10-01update-test: add --to-tag option.Mike McQuaid
This option is used to test updating between tags.
2016-10-01Merge pull request #1052 from sjackman/store-formulaMike McQuaid
Store the formula used to build the keg in the keg
2016-10-01man: note --fail-if-changed date behaviour change.Mike McQuaid
As requested in #1199 this updates the documentation accordingly for that change.
2016-10-01Use Library/.rubocop.yml file.Mike McQuaid
This allows having a shared style that’s use for Homebrew/brew and taps which can be overridden by Homebrew/brew.
2016-10-01man: set date when --fail-if-changed.Mike McQuaid
Set the manpage date to the existing one if we're checking for changes. This avoids the only change being e.g. a new date.
2016-10-01delete verbose env vars in `brew tests`Bruce Steedman
2016-10-01make assertions conditional on ARGV.verbose?Bruce Steedman
2016-10-01Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES.Markus Reiter