This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 15, 2018
-
-
Mike McQuaid authored
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
-
ilovezfs authored
Revert "Use Homebrew's gitconfig for various commands"
-
ilovezfs authored
-
Mike McQuaid authored
Use Homebrew's gitconfig for various commands
-
Mike McQuaid authored
vendor-install: various portable ruby tweaks.
-
- Jan 14, 2018
-
-
Mike McQuaid authored
- Rename repository to homebrew-portable-ruby - Add a new Bintray repository using new name - Add GitHub releases mirror and try to use it - Tell people not to file issues if they can't connect to Bintray or GitHub: we're not here to provide ISP/proxy support.
-
Vítor Galvão authored
cask doctor: sip status
-
- Jan 13, 2018
-
-
Alyssa Ross authored
Don't auto-tap caskroom/cask in ZSH completion
-
Mike McQuaid authored
brew unlink: fix short option
-
Alyssa Ross authored
update brew cask bash completions
-
Alyssa Ross authored
The Bash completion just uses the directory tree rather than invoking `brew cask`, so doesn't exhibit the same behaviour.
-
Rakesh authored
-
ilovezfs authored
Suppress alias expansion in bash completion script
-
commitay authored
-
Andrew Janke authored
-
Jack Nagel authored
-
- Jan 12, 2018
-
-
Mike McQuaid authored
docs: remove :python requirement
-
Mike McQuaid authored
-
Mike McQuaid authored
-
EricFromCanada authored
-
Mike McQuaid authored
Git is a transport and storage mechanism for us so we don't want to allow arbitrary customisation of this due to user issues e.g. #3664 and #3561. Fixes #3664.
-
Mike McQuaid authored
curl: handle more non-executable curl edge-cases.
-
Mike McQuaid authored
Address some additional issues mentioned in #3624.
-
- Jan 11, 2018
-
-
Mike McQuaid authored
Interesting-Taps-and-Forks: add brewsci org taps.
-
Mike McQuaid authored
From the artist known as homebrew-science.
-
Mike McQuaid authored
docs: Fix depends_on examples in Formula page
-
Mike McQuaid authored
-
Michihito Shigemura authored
example: Error: depends_on :mysql Correct: depends_on "mysql"
-
Mike McQuaid authored
reinstall/upgrade: stop unlinked kegs being sticky
-
Mike McQuaid authored
It's not possible to determine the difference between a non-keg-only keg that failed to link and one that wasn't linked by us intentionally. To avoid additional complexity of storing this logic in another place let's back out this relatively new functionality; sticky keg-only links is a better and more desirable behaviour anyway.
-
- Jan 10, 2018
-
-
Mike McQuaid authored
Deprecate Git, Subversion requirements.
-
Mike McQuaid authored
These rely on `default_formula` to be useful and are better following the `*_dep_if_needed` pattern.
-
Mike McQuaid authored
formula_cop: match any values in hash match.
-
Mike McQuaid authored
check_install_sanity: Use formula.runtime_dependencies
-
Mike McQuaid authored
e.g. match an array or symbol or string.
-
Alyssa Ross authored
Preserve installed_on_request for dependencies
-
Andrew Janke authored
Cask bash completion
-
Shaun Jackman authored
Fix Error: wget contains conflicting version recursive dependencies: openssl, openssl@1.1
-
Mike McQuaid authored
audit: allow env :std in custom taps.
-
Alyssa Ross authored
Fixes https://github.com/Homebrew/brew/issues/3642.
-