index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
brew.rb
Age
Commit message (
Expand
)
Author
2015-04-21
Inline error message
Jack Nagel
2015-04-20
Simplify setting load path
Jack Nagel
2015-02-06
brew.rb: fix help regex.
Roberto Nibali
2015-01-15
brew.rb: remove unneeded exit code duplication.
Mike McQuaid
2015-01-04
brew.rb: return exit code from internal commands.
Mike McQuaid
2015-01-03
Remove unnecessary encoding comments
Jack Nagel
2014-10-02
Move SCM wrappers from Contributions to ENV/scm.
Mike McQuaid
2014-09-24
brew: add contributed tap commands to PATH.
Mike McQuaid
2014-07-13
Fix reference to ISSUES_URL
Jack Nagel
2014-06-26
brew.rb: handle single usage flag case.
Mike McQuaid
2014-06-26
brew: guard --help with nil cmd.
Mike McQuaid
2014-06-26
brew.rb: handle -—help for internal/external cmds.
Mike McQuaid
2014-06-03
Switch to "Current" Ruby framework symlink
Jack Nagel
2014-05-27
--help and --version only apply as first argument
Adam Vandenberg
2014-05-04
Don't attempt to require nil
Jack Nagel
2014-05-02
Simplify HOMEBREW_LIBRARY_PATH usage
Jack Nagel
2014-05-02
No need to put vendor on the load path
Jack Nagel
2014-05-02
`require` accepts Pathnames
Jack Nagel
2014-05-02
Set ENV variables to strings, not pathnames
Jack Nagel
2014-05-02
Use File::PATH_SEPARATOR
Jack Nagel
2014-05-01
Rename Xcode.folder to MacOS.active_developer_dir
Jack Nagel
2014-04-30
--config -> config
Adam Vandenberg
2014-04-15
Xcode.bad_xcode_select_path? is used only once, so inline it
Jack Nagel
2014-04-11
brew: allow external cmds to use Homebrew.failed.
Mike McQuaid
2014-04-01
Reorganize conditional to avoid shelling out if possible
Jack Nagel
2014-02-14
brew: check for --help and friends in more of ARGV
Mike McQuaid
2013-12-13
xcode-select check: move after first options
Misty De Meo
2013-12-13
Adjust bad xcode-select path exit code
Misty De Meo
2013-12-13
brew: error out if bad xcode-select path given
Misty De Meo
2013-11-01
Remove "-c1" one-line config
Jack Nagel
2013-10-30
Cleanup use of some global constants.
Mike McQuaid
2013-10-22
Avoid comparing MacOS.version to floats
Jack Nagel
2013-10-19
Move verbose ENV setup out of brew.rb
Jack Nagel
2013-10-18
Improve superenv add/remove message.
Xiyue Deng
2013-10-18
Add OS.mac? and OS.linux?
Jack Nagel
2013-09-15
change wording
Adam Vandenberg
2013-06-08
Consolidate sudo checks.
Adam Vandenberg
2013-03-28
brew.rb: drop constant reassignment
Jack Nagel
2013-03-21
Replace remaining shelled-out `which`es
Misty De Meo
2013-03-02
Normalize magic encoding comments
Jack Nagel
2013-02-21
brew: use a shell wrapper script for brew
Mike McQuaid
2013-02-21
brew: move to Library/brew.rb
Mike McQuaid
2013-02-08
Revert "brew: move to Library/brew.rb"
Mike McQuaid
2013-02-07
brew: move to Library/brew.rb
Mike McQuaid