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
Age
Commit message (
Expand
)
Author
2014-02-21
Avoid ancestors.include?, klass1 < klass2 is faster
Jack Nagel
2014-02-21
Cache generated class names
Jack Nagel
2014-02-21
Move Formula.class_s to Formulary
Jack Nagel
2014-02-21
Remove downloader from Formula
Jack Nagel
2014-02-21
Remove test with too much implementation knowledge
Jack Nagel
2014-02-21
Move methods to a more logical place
Jack Nagel
2014-02-21
Access bottle directly in FormulaInstaller
Jack Nagel
2014-02-21
Adapt to Git 1.9's `submodule foreach` changes
Josh Tilles
2014-02-20
Delegate downloader to active_spec instead of storing it in an ivar
Jack Nagel
2014-02-20
Consistently pass path into Formula constructor
Jack Nagel
2014-02-19
Pass path into the Formula constructor
Jack Nagel
2014-02-19
Eliminate some Pathname -> String -> Pathname conversions
Jack Nagel
2014-02-19
Push expand_path call down into FromPathLoader
Jack Nagel
2014-02-19
Fix building universal binaries on 32-bit CPUs
cadrpear
2014-02-18
Stop exporting HOMEBREW_VERBOSE to build environment
Jack Nagel
2014-02-18
Use standard curl progress output in verbose mode
Jack Nagel
2014-02-18
Tweak DownloadError message to include wrapped exception
Jack Nagel
2014-02-18
Collapse begin..end into def..end and use else clause
Jack Nagel
2014-02-18
Add DownloadError to catch a broader range of resource download errors.
Drew Rodman
2014-02-18
Inline static exception text to remove a rescue
Jack Nagel
2014-02-17
pull: tap if necessary.
Mike McQuaid
2014-02-16
search: use a queue to collect errors
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-16
audit: handle recommended/optional options better.
Mike McQuaid
2014-02-16
audit: whitelist pyobject3 use of ARGV.
Mike McQuaid
2014-02-16
versions: ignore validation errors.
Mike McQuaid
2014-02-15
Formula#system: simplify xcodebuild special case
Jack Nagel
2014-02-15
Formula#system: remove unnecessary string casts
Jack Nagel
2014-02-15
bottle: fail if there is no stable version.
Mike McQuaid
2014-02-15
GitDownloadStrategy: fix typo'd parameter name
Jack Nagel
2014-02-14
ARGV.help?: anchor to end of string
Misty De Meo
2014-02-14
GitDownloadStrategy: allow disabling of shallow clone
Jack Nagel
2014-02-14
VCSDownloadStrategy: use REF_TYPES when extracting ref to use
Jack Nagel
2014-02-14
VCSDownloadStrategy: document acceptable ref types
Jack Nagel
2014-02-14
GitDownloadStrategy: inline simple method
Jack Nagel
2014-02-14
GitDownloadStrategy: move constant to top of class body
Jack Nagel
2014-02-14
brew: check for --help and friends in more of ARGV
Mike McQuaid
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-13
Implement equality for Dependencies collections
Jack Nagel
2014-02-13
Eliminate unnecessary arrays and call to flatten
Jack Nagel
2014-02-12
Delete unused method
Jack Nagel
[next]