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-07-06
Escape paths in regexps
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
brew-pull: fix --install
Jack Nagel
2014-07-05
Remove remaining references to "--fresh"
Jack Nagel
2014-07-05
brew-pull: combine conditionals
Jack Nagel
2014-07-05
brew-pull: avoid the "var = ... rescue nil" dance
Jack Nagel
2014-07-05
brew-pull: rescue a specific exception
Jack Nagel
2014-07-05
brew-pull: use diff-tree and simplify diff parsing
Jack Nagel
2014-07-05
brew-pull: let git-am attempt three-way merge if patch doesn't apply
Jack Nagel
2014-07-05
Remove a RUBY_VERSION check, add a FIXME comment
Jack Nagel
2014-07-05
Use popen wrapper
Jack Nagel
2014-07-05
Add popen wrapper that does not invoke the shell
Jack Nagel
2014-07-04
Use a regular conditional instead of `next unless ...`
Jack Nagel
2014-07-04
Simpler "use the correct symlink" checks
Jack Nagel
2014-07-03
Add more tests documenting linking behavior
Jack Nagel
2014-07-03
Avoid chdir just to make a symlink
Jack Nagel
2014-07-03
Move repeated pathname into setup
Jack Nagel
2014-07-03
Don't assign @keg twice in setup
Jack Nagel
2014-07-03
No need to silence output from Keg#link anymore
Jack Nagel
2014-07-03
Option does not need to be Comparable
Jack Nagel
2014-07-03
Add assert_eql to provide better failure messages for eql? tests
Jack Nagel
2014-07-03
Fix PkgVersion#<=>
Jack Nagel
2014-07-03
libspotify: migrate to homebrew/binary.
Mike McQuaid
2014-07-03
hllib: migrate to homebrew/boneyard.
Mike McQuaid
2014-07-03
bottle: use revision to find bottle block too.
Mike McQuaid
2014-07-03
stop Xcode tools from overriding deps when CLT is not installed
Camillo Lugaresi
2014-07-03
Fix Formula#<=> on trunk Ruby
Jack Nagel
2014-07-03
Replace ComparableSet with a Requirements collection
Jack Nagel
2014-07-03
Don't invoke mdfind in the tests
Jack Nagel
2014-07-03
Add inspect to mock updater so test failures are readable
Jack Nagel
2014-07-02
Accept -s as shorthand for --build-from-source
Jack Nagel
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-07-02
Add missing require
Jack Nagel
2014-07-02
Move require into method to avoid circular require
Jack Nagel
2014-07-02
Add min_version to X11Dependency inspect string
Jack Nagel
2014-07-02
Add regression test for decf7acced44bb156ba18677f55609b19ff6ca5a
Jack Nagel
2014-07-02
Don't expose the dependency cache data structure
Jack Nagel
2014-07-02
Pass relative paths into link exceptions
Jack Nagel
2014-07-02
Add a test that exercises the code in X11Dependency#satisfied?
Jack Nagel
2014-07-01
Fix typo
Jack Nagel
2014-07-01
Use predicate methods instead of inspecting the tags array
Jack Nagel
2014-07-01
Replace find_all + each with grep
Jack Nagel
2014-07-01
X11Dependency objects: fix hash equality
Jack Nagel
2014-07-01
X11Dependency: use Version objects
Jack Nagel
2014-07-01
Use to_a definition from Enumerable
Jack Nagel
2014-07-01
Use sort_by in missing deps doctor check
Jack Nagel
2014-07-01
Better Formula#inspect string
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-07-01
Use sort_by in PrettyListing
Jack Nagel
[next]