aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
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
2016-09-30remove assertion, leave commandBruce Steedman
2016-09-30fix remaining tap test failuresBruce Steedman
2016-09-30fix tests failing when verbose setBruce Steedman
2016-09-30Merge pull request #1177 from scpeters/man_exit_codeMike McQuaid
Man exit code
2016-09-30Merge pull request #1182 from MikeMcQuaid/update-old-git-tagsMike McQuaid
update.sh: use sort instead of git tag --sort.
2016-09-29dev-cmd/man: display diff --stat, add --exit-codeSteven Peters
The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed.
2016-09-29Rename shared RuboCop config to `.rubocop_common.yml`.Markus Reiter
2016-09-29`cd` to `HOMEBREW_LIBRARY` is not needed anymore for RuboCop.Markus Reiter
2016-09-29Use separate `.rubocop.yml` in `Library/Taps` and `Library/Homebrew`.Markus Reiter
2016-09-29Fix Lint/NestedMethodDefinition` in `dev-cmd/bottle.rb`.Markus Reiter
2016-09-29Use separate RuboCop configs for formulae and core code.Markus Reiter
2016-09-29update.sh: use sort instead of git tag --sort.Mike McQuaid
Older versions of Git don't have this flag and we don't want to block updates for them when there's a (relatively) simple workaround.
2016-09-28Update `rubocop-cask` to 0.10.0.Markus Reiter
2016-09-28superenv: more 10.11 clock_gettime Autotools fixesilovezfs
some build systems check ac_cv_search_clock_gettime instead of ac_cv_func_clock_gettime so the former should also be set to "no" libev.m4 unsets ac_cv_func_clock_gettime, but if ac_have_clock_syscall is defined, it will leave ac_cv_func_clock_gettime alone: http://cvs.schmorp.de/libev/libev.m4?view=markup#l23
2016-09-28Merge pull request #1174 from zmwangx/silence-unzip-and-unrarMike McQuaid
download_strategy: silence unzip and unrar
2016-09-27download_strategy: silence unzip and unrarZhiming Wang
We silenced tar in 5e3a26b. It makes sense to make unzip and unrar output comparably succinct.
2016-09-27update.sh: hide GITHUB_HEADERS missing output.Mike McQuaid
Will only happen once but could be confusing anyway.
2016-09-27test/test_custom_command: fix rubocop style.Mike McQuaid
2016-09-27test/test_create: fix rubocop style.Mike McQuaid
2016-09-27test/test_audit: fix rubocop style.Mike McQuaid