aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2016-02-04use BSD statTim D. Smith
2016-01-26bin/brew: add support for developer bash commandsMartin Afanasjew
2016-01-26bin/brew: put commands into 'homebrew-' namespaceMartin Afanasjew
2016-01-26bin/brew: don't pass command name to bash commandsMartin Afanasjew
2016-01-26bin/bash: don't require executable command filesMartin Afanasjew
2016-01-20bin/brew: use not operator inside `[[`Xu Cheng
2016-01-20bin/brew: use full path for xcode-selectXu Cheng
2016-01-20bin/brew: remove unpin from sudo check listXu Cheng
2016-01-20bin/brew: include alias in sudo checkXu Cheng
2016-01-20bin/brew: introduce odie functionXu Cheng
2016-01-20bin/brew: always use `[[` for consistencyXu Cheng
2016-01-20bin/brew: remove unnecessary checkXu Cheng
2016-01-20bin/brew: fix incorrect argument manipulationXu Cheng
2016-01-18bin/brew: use a function to avoid issues.Mike McQuaid
2016-01-17Move some brew.rb logic to bin/brew.Mike McQuaid
2016-01-17bin/brew: allow writing Homebrew commands in Bash.Mike McQuaid
2016-01-17bin/brew: set more HOMEBREW_* env from Bash.Mike McQuaid
2015-12-23bin/brew: enforce UTF-8 localeMartin Afanasjew
2015-12-01bin/brew: avoid unnecessary 'readlink' invocationMartin Afanasjew
2015-12-01bin/brew: avoid unnecessary 'tr' invocationMartin Afanasjew
2015-12-01bin/brew: separate variable assignment and exportMartin Afanasjew
2015-12-01bin/brew: quote in assignments for consistencyMartin Afanasjew
2015-12-01bin/brew: be consistent about code styleMartin Afanasjew
2015-11-20brew: ensure full path for HOMEBREW_RUBY_PATHXu Cheng
2015-11-20brew.rb: export HOMEBREW_RUBY_PATH.Mike McQuaid
2015-11-18travis: test 10.9 using Ruby 1.8.Mike McQuaid
2014-11-25Suppress output from `cd`Jack Nagel
2014-05-17convert tabs to spaces in bin/brewAdam Vandenberg
2014-05-02Quote argument to readlinkJack Nagel
2014-05-02Use parameter expansion to avoid forkingJack Nagel
2014-02-21Unset GEM_HOME and GEM_PATH before running brew.rbMisty De Meo
2013-02-21brew: use a shell wrapper script for brewMike McQuaid
2013-02-21brew: move to Library/brew.rbMike McQuaid
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid
2013-02-18Rework brew command dispatch order.Mike McQuaid
2013-02-08Revert "brew: move to Library/brew.rb"Mike McQuaid
2013-02-08Revert "brew: use a shell wrapper script for brew"Mike McQuaid
2013-02-07brew: use a shell wrapper script for brewMike McQuaid
2013-02-07brew: move to Library/brew.rbMike McQuaid
2012-12-27Replace sceaga/homebrew with mistydemeo/tigerbrewMisty De Meo
2012-08-31`brew -c1` one line configuration summaryMax Howell
2012-08-29If exception has no message raise againMax Howell
2012-08-29Make `brew --prefix` very fastMax Howell
2012-08-29Much better CTRL-C handlingMax Howell
2012-08-22brew: downcase arg before sending to HomebrewMisty De Meo
2012-08-06Don't output Ruby warningsMax Howell
2012-07-23Make --version/--verbose slightly less confusing.Adam Vandenberg
2012-06-01Replace /usr/bin/ruby with full Framework pathMisty De Meo
2012-05-07Unify 'which' and which_s' utility methodsJack Nagel
2012-03-29Exit with bad exit code on command failures.Mike McQuaid