| Age | Commit message (Collapse) | Author |
|
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.
|
|
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>
|
|
|
|
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>
|
|
This is a follow-up fix to a minor oversight in Homebrew/homebrew#49523.
|
|
Fixes Homebrew/homebrew#49325.
Closes Homebrew/homebrew#49327.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
`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>
|