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 .
- Sep 06, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
Use classes for instance doubles.
-
Markus Reiter authored
-
Markus Reiter authored
Rename `test/cask/cli` to `test/cask/cmd`.
-
Markus Reiter authored
-
Markus Reiter authored
Deprecate `brew cask --version`.
-
Markus Reiter authored
Remove redundant namespacing.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Add `$LOAD_PATH` for RuboCop cops.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 05, 2018
-
-
commitay authored
rust/cargo: enable caching
-
Mike McQuaid authored
README: add maintainers.
-
Mike McQuaid authored
Add Steven to maintainers and Dom to PLC.
-
Mike McQuaid authored
scm shim: handle edge case
-
Xu Cheng authored
Since #4748 `HOMEBREW_GIT` is set by the `brew.sh`, whose value is default to be `git`. As a result, it completely bypasses the logic of the shims/scm/git. This fixes the issue by checking whether `HOMEBREW_GIT` and `HOMEBREW_SVN` are set to be `git` and `svn` respectively. Fixes #4825.
-
Markus Reiter authored
Change regex to match `filename` if header also contains `filename*`.
-
William Woodruff authored
utils: Use JSON to marshal child errors
-
Markus Reiter authored
-
Markus Reiter authored
Refactor `Hbc::Verify`.
-
Markus Reiter authored
-
Markus Reiter authored
Fix `downloads` directory not being created.
-
Markus Reiter authored
Fix detecting `P7Zip` from symbol.
-
Markus Reiter authored
-
Markus Reiter authored
-
Claudia authored
docs/Formula-Cookbook: preach what we practise
-
- Sep 04, 2018
-
-
William Woodruff authored
Replaces our serialization of child process errors via Marshal with JSON, preventing unintentional or malicious code execution outside of the build sandbox. Additionally, adds tests for the new behavior.
-
Claudia authored
-
Mike McQuaid authored
cask: consistency and cleanliness renames.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Fix the load path, requires and some filenames accordingly.
-
Mike McQuaid authored
Revert "Use JSON to marshal errors from children"
-
Mike McQuaid authored
-
Mike McQuaid authored
super/cc: fix -mmacosx-version-min on Mojave.
-
Markus Reiter authored
Remove some `#popen_read`s.
-