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
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
-
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
-
Mike McQuaid authored
update-report: handle homebrew/versions imports.
-
Mike McQuaid authored
Mostly related to the newer ways we’re handling versions and the incoming deprecation of devel-only, head-only and versions.
-
Vítor Galvão authored
Disallow file separator in version strings.
-
Mike McQuaid authored
Imports from homebrew/versions are migrated from that tap and then renamed immediately when they hit homebrew/core. This did not trigger our previous rename detection so address these to improve the output and handle migration correctly.
-
Mike McQuaid authored
bottles: --force-bottle feigns or_later.
-
Mike McQuaid authored
When reproducing issues with software that hasn’t been bottled yet on your version of macOS it can sometimes be helpful to use `or_later` bottle functionality i.e. just use the bottle for the latest version of macOS available. This maps well to the existing `--force-bottle` argument so it will now act as if the latest bottle has a `or_later` ending.
-
- Jan 02, 2017
-
-
Markus Reiter authored
-