| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
References #26748.
|
|
|
|
|
|
Closes #26742.
|
|
This should be "resource", not "resources", though it works anyway
because there is a also "resource" reader method.
|
|
Fixes #26735.
|
|
Closes #25751.
Closes #26730.
|
|
|
|
|
|
|
|
|
|
Let's check for e.g. --help anywhere in the ARGV array rather than just
the first value to avoid brew upgrade --help causing problems.
Closes #26675.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
References #12652.
|
|
This reverts commit c32ab0a35a2dfa9b593f759ef0ae8b7af077b0b7.
There are other hard-coded uses of HEAD, in build_options for instance.
These all need to be fixed before enabling this.
|
|
|
|
|
|
Homebrew currently recognizes "--head" during the install process, but
rather than actually fetch HEAD it just nags the user to use the
correct option. Since we recognize the spelling anyway, this just
promotes the lowercase version to an official alias.
Closes #26555.
|
|
|
|
Returning nil is in the contract of the Comparable module, and a future
version of Ruby will no longer hide this error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|