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 .
- Oct 03, 2016
-
-
Mike McQuaid authored
These are the ones that are auto-installed without tapping and it makes sense to make them more prominent in our documentation as we've offloaded various functionality over the years to each of them.
-
Mike McQuaid authored
update-test: fix tag updating, skip core tap.
-
Mike McQuaid authored
Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test).
-
- Oct 02, 2016
-
-
Mike McQuaid authored
help: support `#:` help in external commands.
-
Mike McQuaid authored
install: remove not updated warning.
-
ilovezfs authored
Fix `Tty.gray`.
-
Markus Reiter authored
-
Markus Reiter authored
Refactor Tty.
-
Mike McQuaid authored
Use separate RuboCop configs for formulae and core code.
-
Mike McQuaid authored
This is no longer relevant after moving to taps/tags and if ever re-added it should probably target homebrew/core. Fixes #1194.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
analytics: don't report commands run by Homebrew
-
Mike McQuaid authored
upgrade: tell people that --all is a no-op.
-
Mike McQuaid authored
update-test: add --to-tag option.
-
Mike McQuaid authored
-
- Oct 01, 2016
-
-
Alyssa Ross authored
Fixes #788.
-
Mike McQuaid authored
Apparently this is still run by people so let's tell them to save some typing.
-
Mike McQuaid authored
man: note --fail-if-changed date behaviour change.
-
Mike McQuaid authored
This option is used to test updating between tags.
-
Mike McQuaid authored
Store the formula used to build the keg in the keg
-
Mike McQuaid authored
As requested in #1199 this updates the documentation accordingly for that change.
-
Mike McQuaid authored
man: set date when --fail-if-changed.
-
Mike McQuaid authored
This allows having a shared style that’s use for Homebrew/brew and taps which can be overridden by Homebrew/brew.
-
Mike McQuaid authored
Set the manpage date to the existing one if we're checking for changes. This avoids the only change being e.g. a new date.
-
- Sep 30, 2016
-
-
Mike McQuaid authored
Man exit code
-
Mike McQuaid authored
update.sh: use sort instead of git tag --sort.
-
Steven Peters authored
-
Steven Peters authored
The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Joshua McKinney authored
This is a full rewrite of the zsh completion based on the changes we made to support external commands. A function for each brew command handles only that command's arguments. The main completion function dispatches the completion flow to the correct function. This generically works with both internal and external commands. This change includes all arguments for all internal brew commands. Some commands are missing argument documentation due to missing help docs.
-
- Sep 29, 2016
-
-
Markus Reiter authored
Update `rubocop-cask` to 0.10.0.
-
Zhiming Wang authored
completion: Avoid aliases with `command ls`
-