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.rb
Age
Commit message (
Expand
)
Author
2014-07-20
Simplify onoe
Jack Nagel
2014-07-19
Passing an empty array to puts prints nothing
Jack Nagel
2014-07-18
exec_editor with no arguments should not silently succeed
Jack Nagel
2014-07-06
nostdout doesn't need to capture output
Jack Nagel
2014-07-06
Let File.expand_path also do the join
Jack Nagel
2014-07-06
Check File.file? first to avoid second stat()
Jack Nagel
2014-07-06
Just use each since we're returning from inside the block
Jack Nagel
2014-07-06
Expand ~ in PATH entries
Jack Nagel
2014-07-05
Add popen wrapper that does not invoke the shell
Jack Nagel
2014-06-30
Add a method for getting the repo HEAD
Jack Nagel
2014-06-24
Fix uninitialized constant error in GitHub.open
Jack Nagel
2014-06-12
Linuxbrew: Use xdg-open
Shaun Jackman
2014-06-10
"exit $?" raises TypeError on Ruby 2.0
Jack Nagel
2014-06-05
Find vim on the path
James Wald
2014-05-26
pluralize formulae in tap/untap
Adam Vandenberg
2014-03-29
Always call Process.wait with an argument
Jack Nagel
2014-03-29
Make sure we wait for the correct child
Jack Nagel
2014-03-16
which is supposed to return a pathname
Adam Vandenberg
2014-03-16
return found path directly in which
Adam Vandenberg
2014-03-16
utils.rb:which: bug fix
kynnjo
2014-03-13
utils: return empty issues array when no API.
Mike McQuaid
2014-03-03
utils: replace bright green with ANSI bold+green.
April Arcus
2014-02-28
move scons helper to fileutils
Adam Vandenberg
2014-02-25
add scons helper
Adam Vandenberg
2014-02-18
Use standard curl progress output in verbose mode
Jack Nagel
2014-02-16
Add helpful error message for authentication failures
Jack Nagel
2014-02-16
Move error text and helper into error class
Jack Nagel
2014-02-16
Add a more useful message when ratelimit is exceeded
Jack Nagel
2014-02-16
Make GitHub::Error a RuntimeError to suppress backtrace
Jack Nagel
2014-02-16
Handle GitHub API authentication failures
Jack Nagel
2014-02-16
Extract error handling from GitHub.open
Jack Nagel
2014-02-13
Use a more accurate method name and drop unhelpful block
Jack Nagel
2014-02-13
Always print top-level issue URL
Jack Nagel
2014-02-13
Delete comment that isn't relevant to this code anymore
Jack Nagel
2014-02-13
Offload more filtering to the search API
Jack Nagel
2014-02-13
Allow passing arbitrary qualifiers to issue search
Jack Nagel
2014-02-12
Pass the string instead of reconstructing it from a regexp
Jack Nagel
2014-02-12
Let the API do more work for us
Jack Nagel
2014-02-12
Drop TODO that nobody has ever worked on
Jack Nagel
2014-02-12
Drop unnecessary type check, we never pass a Formula instance
Jack Nagel
2014-02-12
Return only open issues in GitHub.issues_for_formula
Jack Nagel
2014-02-08
Use GitHub wrapper for private tap check
Jack Nagel
2014-02-08
Pin GitHub module to v3 API
Jack Nagel
2014-02-08
Switch to v3 search API
Jack Nagel
2014-02-08
Prevent repeated warnings when GitHub API rate limit is exceeded
Jack Nagel
2014-02-08
Preserve original backtrace when raising GitHub::Error
Jack Nagel
2014-02-08
Raise only GitHub::Error from GitHub.open
Jack Nagel
2014-02-08
Parse JSON early in GitHub module
Jack Nagel
2014-01-20
utils: improve issue searching.
Mike McQuaid
2014-01-16
Only search open pull requests, not closed
Misty De Meo
[next]