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 .
- May 22, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- May 18, 2017
-
-
Numbermaniac authored
-
- May 13, 2017
-
-
Mike McQuaid authored
- only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes
-
- May 03, 2017
-
-
Gautham Goli authored
-
Gautham Goli authored
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
-
- Apr 20, 2017
-
-
Charlie Sharpsteen authored
-
- Apr 18, 2017
-
-
Mike McQuaid authored
GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s.
-
Mike McQuaid authored
Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups.
-
- Apr 02, 2017
-
-
Mike McQuaid authored
-
- Mar 23, 2017
-
-
Mike McQuaid authored
This is useful when you're pulling PRs where individual bottles can't be uploaded/built but you still want to pull the PR as a whole anyway.
-
- Mar 16, 2017
-
-
Valentin VĂLCIU authored
-
- Mar 15, 2017
-
-
Viktor Szakats authored
-
- Mar 12, 2017
-
-
Numbermaniac authored
-
- Mar 06, 2017
-
-
EricFromCanada authored
-
- Mar 01, 2017
-
-
Mike McQuaid authored
-
Markus Reiter authored
-
- Feb 26, 2017
-
-
Mike McQuaid authored
Closes #2186.
-
EricFromCanada authored
Includes replacing some non-ASCII characters, which weren't being processed properly.
-
EricFromCanada authored
Also update command specifications to match descriptions.
-
- Feb 25, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
William Woodruff authored
-
- Feb 12, 2017
-
-
Mike McQuaid authored
-
Timothee Cour authored
-
Timothee Cour authored
-
Timothee Cour authored
-
- Feb 09, 2017
-
-
Fabian Mettler authored
-
- Feb 06, 2017
-
-
Gautham Goli authored
-
- Jan 30, 2017
-
-
Mike McQuaid authored
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
-
- Jan 27, 2017
-
-
Miccal Matthews authored
-
- Jan 23, 2017
-
-
Markus Reiter authored
-
- Jan 15, 2017
-
-
Mike McQuaid authored
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
-
- Jan 12, 2017
-
-
Mike McQuaid authored
Fixes #1817.
-
- Jan 09, 2017
-
-
Mike McQuaid authored
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks.
-
- Jan 04, 2017
-
-
Mike McQuaid authored
-
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.
-
- Jan 03, 2017
-
-
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.
-
- Dec 30, 2016
-
-
Markus Reiter authored
-
- Dec 20, 2016
-
-
Tom Schoonjans authored
meson is quickly gaining popularity as build system, in combination with ninja. Several Gnome projects for example are currently transitioning from autotools to meson, mostly because it allows for Visual Studio builds, which is impossible to accomplish with autotools. In order to facilitate generating meson based Formulas, I added support for meson to brew-create.
-