aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2017-05-14bin/brew: don't set blank HOMEBREW_* variables.Mike McQuaid
2017-05-13More environment filtering tweaksMike McQuaid
2017-04-23brew: set Bintray variables.Mike McQuaid
2017-04-23Fix and remove various TODOs.Mike McQuaid
2017-04-21Fix `brew edit` with environment filtering.Mike McQuaid
2017-02-26bin/brew: tweak variable names.Mike McQuaid
2017-02-23Tidy up the latest draftDoug Hazell
2017-02-23Update based on comments (without a mutex...)Doug Hazell
2017-02-23Update from commentsDoug Hazell
2017-02-19Mechanism to dynamically add HOMEBREW.* vars to 'env -i' command string in 'b...Doug Hazell
2017-02-12Presumably the "env -I" was a typo for "env -i"Doug Hazell
2017-01-16fixupDoug Hazell
2017-01-16Update with comments in the codeDoug Hazell
2016-08-24bin/brew: improve /usr/local/bin/brew handling.Mike McQuaid
2016-08-24bin/brew: split up brew file symlink check.Mike McQuaid
2016-08-24bin/brew: refactor HOMEBREW_PREFIX="/" logic.Mike McQuaid
2016-07-15brew.{rb,sh}: move to Library/Homebrew. (#506)Mike McQuaid
2016-06-29bin/brew: fix corner cases in prefix computationMartin Afanasjew
2016-06-29bin/brew: rename 'chdir' to 'quiet_cd'Martin Afanasjew
2016-02-25bin/brew: unset POSIX mode.Mike McQuaid
2016-02-18brew: Make HOMEBREW_REPOSITORY different from prefix only when 'brew' is a sy...David Caldwell
2016-02-18brew: Make HOMEBREW_LIBRARY based off of HOMEBREW_REPOSITORYDavid Caldwell
2016-02-18brew: Don't re-canonicalizeDavid Caldwell
2016-02-16bin/brew: move logic to Library.Mike McQuaid
2016-02-15brew: remove `ln` from sudo command check list.Mike McQuaid
2016-02-15Move internal command aliases from Ruby to Bash.Mike McQuaid
2016-02-15Promote update-bash to the default updater.Mike McQuaid
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