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 02, 2016
-
-
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.
-
- 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
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.
-
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`
-
Mike McQuaid authored
fix Formula path in Formula-Cookbook, support macOS
-
Meng Ye authored
-
Mike McQuaid authored
Older versions of Git don't have this flag and we don't want to block updates for them when there's a (relatively) simple workaround.
-
Eli Young authored
If the user has an alias overriding the `ls` command that modifies the output (e.g. `alias ls='ls -F'`), it will cause unexpected characters to appear in completions. Using `command ls` forces the shell to use the command directly, without alias expansion. This also blackholes the stderr of `ls` when used to avoid printing errors during completion if the requisite directory does not exist.
-
Markus Reiter authored
-
- Sep 28, 2016
-
-
Mike McQuaid authored
superenv: more 10.11 clock_gettime Autotools fixes
-
ilovezfs authored
some build systems check ac_cv_search_clock_gettime instead of ac_cv_func_clock_gettime so the former should also be set to "no" libev.m4 unsets ac_cv_func_clock_gettime, but if ac_have_clock_syscall is defined, it will leave ac_cv_func_clock_gettime alone: http://cvs.schmorp.de/libev/libev.m4?view=markup#l23
-
Mike McQuaid authored
download_strategy: silence unzip and unrar
-
Mike McQuaid authored
update.sh: hide GITHUB_HEADERS missing output.
-
Zhiming Wang authored
We silenced tar in 5e3a26bf. It makes sense to make unzip and unrar output comparably succinct.
-
- Sep 27, 2016
-
-
Mike McQuaid authored
Will only happen once but could be confusing anyway.
-
Mike McQuaid authored
Rubocop style fixups
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
RuboCop changes.
-
ilovezfs authored
bump-formula-pr: enhancements
-
ilovezfs authored
-
ilovezfs authored
-
ilovezfs authored
-