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 .
- Jan 07, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
uses: properly handle untapped formulae in recursive dependency expansion
-
Mike McQuaid authored
PerlRequirement: Perl version string may lack parentheses
-
Mike McQuaid authored
Whitelist PHP formulas in shadowed header audit check
-
Mike McQuaid authored
Revert "cc: always filter flags on deps."
-
Mike McQuaid authored
-
Jan Viljanen authored
-
ilovezfs authored
keg: use resolved_path not realpath.
-
Mike McQuaid authored
This guards against this being a non-symlink in which case it will fail.
-
- Jan 06, 2017
-
-
ilovezfs authored
Fix abv and prefix_linked?
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Use docs.brew.sh links.
-
Mike McQuaid authored
formula: correct grammar in comments
-
Mike McQuaid authored
docs: fix titles on docs.brew.sh
-
Mike McQuaid authored
licenses: update copyright year
-
- Jan 05, 2017
-
-
Alyssa Ross authored
-
Shaun Jackman authored
For example: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
-
Alyssa Ross authored
Fixes #1776. If any known formula had a dependency on an untapped tap, Formula#recursive_dependencies would throw an exception, which would be caught by the outer exception handler, causing the rest of the dependencies for that formula to be skipped and incomplete output to be generated. To fix this, I added a check to avoid analysing the dependencies of formulae from uninstalled taps. Additionally, I removed the aforementioned outer exception handler added in 5fdb89ae, because the only other place that should be capable of throwing such an exception is the statement that was surrounded by another wider exception handler in Homebrew/legacy-homebrew#40682.
-
Alyssa Ross authored
Previously, this returned a String, but a Tap instance seems much more sensible. I couldn't find anywhere this method was actually used, so the change shouldn't break anything.
-
Jonathan Chang authored
-
ilovezfs authored
otherwise whenever prefix is unversioned, prefix_Linked will be false
-
ilovezfs authored
versioned prefix is a directory, but unversioned is a symlink, so realpath it before computing abv
-
- Jan 04, 2017
-
-
Mike McQuaid authored
tests: remove temporary tab homebrew_version override
-
Mike McQuaid authored
-
Mike McQuaid authored
Cleanup documentation site
-
Mike McQuaid authored
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
-
Mike McQuaid authored
audit: deprecate env :std/:userpaths for strict.
-
Alyssa Ross authored
-
Alyssa Ross authored
This had to be added in #1750 to work around special-casing for tabs generated with Homebrew versions < 1.1.6. Now that 1.1.6 is the current version, we can remove this hack.
-
Mike McQuaid authored
This should apply only for new formulae but we should start gradually phasing it out for older ones too.
-
Mike McQuaid authored
formula: make prefix usually return opt_prefix.
-
Mike McQuaid authored
Deprecate Homebrew/versions, Homebrew/devel-only.
-
Mike McQuaid authored
General documentation updates.
-
Mike McQuaid authored
-
Mike McQuaid authored
Don't use Homebrew/versions in a test and remove them both from the OFFICIAL_TAPS list (i.e. `brew search`).
-
- Jan 03, 2017
-
-
Mike McQuaid authored
-