| Age | Commit message (Collapse) | Author |
|
Needed for Emacs' ruby highlighting to work past this point in the file.
|
|
|
|
|
|
|
|
Improvements to formula/bottle integration means we can be less
defensive here.
|
|
|
|
|
|
|
|
Fixes #30664.
|
|
|
|
Closes Homebrew/linuxbrew#103
Closes #30830.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #30821.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Does not compile with modern C++ compilers.
Closes #27386.
|
|
|
|
|
|
- remove unnecessary captures
- '%' is not a metacharacter so it doesn't need to be escaped
- match using '+' instead of '*'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #30723.
Fixes #30724.
Fixes #30727.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is always a git executable on PATH due to the git wrapper in
Library/Contributions/cmd. The wrapper will notify the user if there is
not a real git installed.
|
|
|
|
|