aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.sh
AgeCommit message (Collapse)Author
2016-04-02bump Homebrew version to 0.9.80.9.8Xu Cheng
So we can know whether a Homebrew installation is pre or post core/formula separation. Will update to 0.9.9 when moving core code to new repo.
2016-03-11Fix `brew update` user agent.Mike McQuaid
This needs to be `Homebrew $HOMEBREW_VERSION` so we can be adequately filtered. Closes Homebrew/homebrew#49961. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-03-09brew.sh: add tap-pin to sudo check listXu Cheng
2016-02-27brew.sh: improve empty argument handlingMartin Afanasjew
Follow-up to Homebrew/homebrew#49327 that leaves empty argument handling to the Ruby code (it is a bit more sophisticated and distinguished between `help` and an empty argument list and treats them differently) instead of hard-wiring the former to the `help` command. Closes Homebrew/homebrew#49538. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-02-26brew.sh: drop reference to removed 'update-ruby'Martin Afanasjew
This is a follow-up fix to a minor oversight in Homebrew/homebrew#49523.
2016-02-19brew: print help when no commands givenMisty De Meo
Fixes Homebrew/homebrew#49325. Closes Homebrew/homebrew#49327. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-16bin/brew: move logic to Library.Mike McQuaid
`bin/brew` is getting a bit bloated and it's annoying to open all of `HOMEBREW_PREFIX` in your editor of choice and have it search through the `Cellar`. Let's instead keep the bare minimum in `bin/brew` and move the rest to `Library`. Closes Homebrew/homebrew#49185. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>