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
/
github.rb
Age
Commit message (
Expand
)
Author
2017-04-25
Remove unnecessary block.
Markus Reiter
2017-04-25
Add `GitHub::search_code` method.
Markus Reiter
2017-03-23
github: don't print when searching PRs.
Mike McQuaid
2016-11-20
Replace Utils::JSON with corelib JSON calls.
William Woodruff
2016-10-30
Improve GitHub API scopes output.
Mike McQuaid
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-09-23
Fix Style/ModuleFunction.
Markus Reiter
2016-09-18
Use new "macOS" naming where appropriate.
Mike McQuaid
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-11
utils/github: fix Rubocop warnings.
Mike McQuaid
2016-08-05
various: eliminate the usage of `any?` (#638)
Xu Cheng
2016-07-27
utils/github: fix reverted order of credentials
Martin Afanasjew
2016-07-27
utils/github: fix broken pipe error
Martin Afanasjew
2016-07-12
github: produce better curl error messages. (#441)
Mike McQuaid
2016-07-03
gist-logs: close temp file before passing to curl (#418)
Andrew Janke
2016-06-03
Use `curl` for the GitHub API (#295)
Mike McQuaid