aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Expand)Author
2017-05-22Add audit check to see if both version and checksum changed.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-04-25Remove unnecessary block.Markus Reiter
2017-04-25Add `GitHub::search_code` method.Markus Reiter
2017-04-23Fix and remove various TODOs.Mike McQuaid
2017-04-22More deprecations.Mike McQuaid
2017-03-23github: don't print when searching PRs.Mike McQuaid
2017-03-11Deprecate `#plural`.Markus Reiter
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-02-27Merge pull request #1708 from joshka/feature/install-tap-cmd-completionsMike McQuaid
2017-02-26Install tap command completions and manpagesJoshua McKinney
2017-02-20Added support for returning HTTP status codes and for git and svn URLsDavid Broder-Rodgers
2017-01-12InreplaceError: fix undefined method crashilovezfs
2017-01-07Allow `brew audit` to fake a Safari user-agent.Mike McQuaid
2017-01-04Use docs.brew.sh links.Mike McQuaid
2016-12-29curl: make curl_args more configurable.Mike McQuaid
2016-12-11analytics: don't raise if tap doesn't exist.Mike McQuaid
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-11-20compat: deprecate Utils::JSON in favor of corelib JSON.William Woodruff
2016-11-17utils/json: Replace OkJson with Ruby's core JSON.William Woodruff
2016-11-11Check the lock directory is writable.Mike McQuaid
2016-10-30Improve GitHub API scopes output.Mike McQuaid
2016-10-26Redirect stderr output from git (shim) invocations to /dev/null.William Woodruff
2016-10-22Update Rubocop style.Mike McQuaid
2016-10-17Formatter: identifier: only reset color, not full stylingAndrew Janke
2016-10-15Move `Formatter.columns` into `utils/formatter`.Markus Reiter
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Use `proc` to fallback to `puts`.Markus Reiter
2016-10-15Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`.Markus Reiter
2016-10-15`puts_columns` only has to be defined inside `module Kernel`.Markus Reiter
2016-10-15Refactor `puts_columns`.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-01analytics: don't report commands run by HomebrewAlyssa Ross
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/ModuleFunction.Markus Reiter
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-20Update documentation links.Mike McQuaid
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-16Move LinkedKegs/PinnedKegs/Locks from Library.Mike McQuaid
2016-09-11utils/shell:Mike McQuaid
2016-09-11utils/shell: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/inreplace: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/hash: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/github: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/curl: fix Rubocop warnings.Mike McQuaid
2016-09-05Utils::Shell: convert to use module_functionMisty De Meo
2016-09-04Merge pull request #201 from gregory-nisbet/feature-env-shellsMike McQuaid