index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
utils
Age
Commit message (
Expand
)
Author
2017-06-24
🗑️ Use AppleScript instead of Swift for trashing.
Markus Reiter
2017-06-20
Add `trash` util.
Markus Reiter
2017-06-19
Merge pull request #2778 from jasonkarns/tap-full-name
Mike McQuaid
2017-06-19
Tap learns to form its own full_name
Jason Karns
2017-06-12
Autocorrect Rubocop Style/SpecialGlobalVars.
Mike McQuaid
2017-06-09
BuildError: report options to analytics.
Mike McQuaid
2017-06-07
analytics: remove unused analytics.
Mike McQuaid
2017-06-07
tty: handle non-tty stdin.
Mike McQuaid
2017-06-02
Use stty instead of tput to get terminal width
Enrico Ghirardi
2017-05-29
Use `Formatter::pluralize` where possible.
Markus Reiter
2017-05-29
Remove unused `popen_read_text` method.
Markus Reiter
2017-05-24
lock: simplify ruby conditional
Misty De Meo
2017-05-23
lock: check tools are executable
Misty De Meo
2017-05-23
Optionally use Python's flock instead of Ruby's
Misty De Meo
2017-05-22
Add audit check to see if both version and checksum changed.
Markus Reiter
2017-05-08
Remove `to_s` from some `Pathname`s.
Markus Reiter
2017-04-25
Remove unnecessary block.
Markus Reiter
2017-04-25
Add `GitHub::search_code` method.
Markus Reiter
2017-04-23
Fix and remove various TODOs.
Mike McQuaid
2017-04-22
More deprecations.
Mike McQuaid
2017-03-23
github: don't print when searching PRs.
Mike McQuaid
2017-03-11
Deprecate `#plural`.
Markus Reiter
2017-03-11
Add `Formatter::pluralize`.
Markus Reiter
2017-02-27
Merge pull request #1708 from joshka/feature/install-tap-cmd-completions
Mike McQuaid
2017-02-26
Install tap command completions and manpages
Joshua McKinney
2017-02-20
Added support for returning HTTP status codes and for git and svn URLs
David Broder-Rodgers
2017-01-12
InreplaceError: fix undefined method crash
ilovezfs
2017-01-07
Allow `brew audit` to fake a Safari user-agent.
Mike McQuaid
2017-01-04
Use docs.brew.sh links.
Mike McQuaid
2016-12-29
curl: make curl_args more configurable.
Mike McQuaid
2016-12-11
analytics: don't raise if tap doesn't exist.
Mike McQuaid
2016-11-20
Replace Utils::JSON with corelib JSON calls.
William Woodruff
2016-11-20
compat: deprecate Utils::JSON in favor of corelib JSON.
William Woodruff
2016-11-17
utils/json: Replace OkJson with Ruby's core JSON.
William Woodruff
2016-11-11
Check the lock directory is writable.
Mike McQuaid
2016-10-30
Improve GitHub API scopes output.
Mike McQuaid
2016-10-26
Redirect stderr output from git (shim) invocations to /dev/null.
William Woodruff
2016-10-22
Update Rubocop style.
Mike McQuaid
2016-10-17
Formatter: identifier: only reset color, not full styling
Andrew Janke
2016-10-15
Move `Formatter.columns` into `utils/formatter`.
Markus Reiter
2016-10-15
Convert `puts_columns` to `puts Formatter.columns`.
Markus Reiter
2016-10-15
Use `proc` to fallback to `puts`.
Markus Reiter
2016-10-15
Fallback 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-15
Refactor `puts_columns`.
Markus Reiter
2016-10-01
Use Formatter for all URLs.
Markus Reiter
2016-10-01
Add `Formatter` module.
Markus Reiter
2016-10-01
Refactor Tty.
Markus Reiter
2016-10-01
analytics: don't report commands run by Homebrew
Alyssa Ross
2016-09-24
Fix Style/GuardClause.
Markus Reiter
[next]