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 .
- May 26, 2018
-
-
Alyssa Ross authored
This was accounted for in Version::NULL.<=>, but not in Version#<=>, so these could only be compared if Version::NULL was the left hand side. The check had to go above the check that `other` is a version because `Version::NULL`'s anonymous class does not inherit from `Version`. (The type check feels like it's probably a smell, but out of scope).
-
Mike McQuaid authored
Fix `rspec` deprecations.
-
Markus Reiter authored
-
Markus Reiter authored
Update Cask tap regex.
-
Markus Reiter authored
-
Markus Reiter authored
Update Homebrew-Cask references.
-
Markus Reiter authored
-
Markus Reiter authored
Reset `repo_var` so it actually is re-computed.
-
Markus Reiter authored
-
- May 25, 2018
-
-
Markus Reiter authored
This reverts commit 4475651b.
-
Markus Reiter authored
-
Markus Reiter authored
Activate Homebrew-Cask tap migration.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Gautham Goli authored
cli_parser: Add depends_on, required_for and conflicts for switch options
-
Gautham Goli authored
-
- May 24, 2018
-
-
Mike McQuaid authored
spec_helper: don't truncate output expectations.
-
Mike McQuaid authored
Otherwise this will mess with `brew tests`.
-
Mike McQuaid authored
-
Mike McQuaid authored
It's really useful to be able to see the full output particularly when a backtrace is in it.
-
Mike McQuaid authored
It's really useful to be able to see the full output particularly when a backtrace is in it.
-
Mike McQuaid authored
Cache optimization for `brew linkage` command.
-
commitay authored
audit: new formulae should not have options
-
Andrew R. McBurney authored
-
- May 23, 2018
-
-
Mike McQuaid authored
Remove some integration tests
-
Mike McQuaid authored
We have an awful lot of integration tests and they are (comparatively) really slow. Let's kill those that test edge case conditions and focus on those that test that our functionality works as expected. Edge cases can be better tested with unit tests.
-
Mike McQuaid authored
Fix brew pull with git commit.gpgsign enabled
-
ilovezfs authored
audit: add back new formulae condition for patches
-
commitay authored
-
Alyssa Ross authored
-
Andrew R. McBurney authored
-
Andrew R. McBurney authored
-
Andrew R. McBurney authored
-
- May 22, 2018
-
-
Mike McQuaid authored
audit: Add condition check on new_formula_audits
-
Mike McQuaid authored
Doco: add a Shell Completion doc
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Gautham Goli authored
audit: exit with code 1 if regular audit errors or new formula audit errors when comment is not created
-