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
-
-
Mike McQuaid authored
I read through the docs locally and made various fixes.
-
Mike McQuaid authored
Update minimum Git version.
-
Mike McQuaid authored
dev-cmd/edit: simplify project view handling.
-
Mike McQuaid authored
This forces the use of Homebrew's Git on El Capitan and below. Normally I'd remove the need for this but given we're weeks away from El Capitan being unsupported it doesn't seem worth the effort to remove useful functionality. Instead, let's warn about an old Git and autoinstall Homebrew's Git wherever needed. Fixes #4818.
-
Mike McQuaid authored
gitignore: general cleanup
-
Mike McQuaid authored
os/mac: also update install on version bumps.
-
Mike McQuaid authored
The way Homebrew is structured now there’s no need to manually specify a few different directories here.
-
Mike McQuaid authored
Remove a bunch of unneeded, old directories and generally cleanup.
-
Mike McQuaid authored
I also just remembered this today so let’s add a comment reminder.
-
Mike McQuaid authored
Revert "std: use HOMEBREW_ARCH env var on Linux"
-
Mike McQuaid authored
-
Mike McQuaid authored
Rename `Hbc` module to `Cask`.
-
Mike McQuaid authored
removes auto updates warning if greedy flag is included
-
Mike McQuaid authored
std: use HOMEBREW_ARCH env var on Linux
-
Mike McQuaid authored
Cask: check that the tools for quarantining are available
-
Markus Reiter authored
-
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
-
Caleb Xu authored
Unlike macOS, Linux installations can be installed/deployed on a variety of hardware. The HOMEBREW_ARCH environment variable allows the end user to set a custom -march=... option for the compiler. If the variable is not set, it defaults to "native". This only applies on Linux; on macOS, behavior remains unchanged.
-
- Sep 05, 2018
-
-
zdcthomas authored
-
zdcthomas authored
-
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`.
-